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