Exemplo n.º 1
0
 public T4LightWeightAssemblyResolutionData Unmarshal(UnsafeReader reader) =>
 new T4LightWeightAssemblyResolutionData(PathToStringMarshaller.Unmarshal(reader));
Exemplo n.º 2
0
 public void Marshal(UnsafeWriter writer, [NotNull] T4LightWeightAssemblyResolutionData value) =>
 PathToStringMarshaller.Marshal(writer, value.ResolvedAssemblies.ToDictionary());