1 write to IncludeForwardedTypes
Microsoft.DotNet.AsmDiff (1)
DiffEngine.cs (1)
119
IncludeForwardedTypes
= true,
2 references to IncludeForwardedTypes
Microsoft.Cci.Extensions (2)
Mappings\ElementMapping.cs (1)
55
if (!_allowDuplicates && !this.Settings.
IncludeForwardedTypes
&& _elements[index] != null)
Mappings\NamespaceMapping.cs (1)
26
foreach (var type in element.GetTypes(this.Settings.
IncludeForwardedTypes
).Where(this.Filter.Include))