1 write to GroupByAssembly
Microsoft.DotNet.AsmDiff (1)
DiffEngine.cs (1)
120
GroupByAssembly
= configuration.IsOptionSet(DiffConfigurationOptions.GroupByAssembly),
2 references to GroupByAssembly
Microsoft.Cci.Extensions (1)
Traversers\MappingsTypeMemberTraverser.cs (1)
32
if (this.Settings.
GroupByAssembly
)
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
126
Contract.Assert(this.Settings.
GroupByAssembly
);