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