2 writes to GroupByAssembly
Microsoft.DotNet.ApiCompat (1)
ApiCompatRunner.cs (1)
234
GroupByAssembly
= groupByAssembly,
Microsoft.DotNet.AsmDiff (1)
DiffEngine.cs (1)
120
GroupByAssembly
= configuration.IsOptionSet(DiffConfigurationOptions.GroupByAssembly),
4 references to GroupByAssembly
Microsoft.Cci.Extensions (1)
Traversers\MappingsTypeMemberTraverser.cs (1)
32
if (this.Settings.
GroupByAssembly
)
Microsoft.DotNet.ApiCompat (2)
DifferenceWriter.cs (2)
38
if (!this.Settings.
GroupByAssembly
)
73
if (this.Settings.
GroupByAssembly
)
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
126
Contract.Assert(this.Settings.
GroupByAssembly
);