2 instantiations of ElementDifferenceFactory
Microsoft.Cci.Extensions (1)
Mappings\MappingSettings.cs (1)
18this.DiffFactory = new ElementDifferenceFactory();
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
391settings.DiffFactory = new ElementDifferenceFactory(compositionHost);
1 reference to ElementDifferenceFactory
Microsoft.Cci.Extensions (1)
Differs\ElementDifferenceFactory.cs (1)
60var configuration = new ContainerConfiguration().WithAssembly(typeof(ElementDifferenceFactory).GetTypeInfo().Assembly);