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