14 references to Settings
Microsoft.Cci.Extensions (14)
Mappings\AssemblyMapping.cs (2)
41
mapping = new ElementMapping<AssemblyProperty>(this.
Settings
);
65
mapping = new NamespaceMapping(this.
Settings
);
Mappings\AssemblySetMapping.cs (2)
35
mapping = new AssemblyMapping(this.
Settings
);
49
nsMapping = new NamespaceMapping(this.
Settings
, true);
Mappings\AttributesMapping.cs (2)
51
mapping = new ElementMapping<AttributeGroup>(this.
Settings
);
58
mapping.AddMapping(index, new AttributeGroup(attrGroup, this.
Settings
.AttributeComparer));
Mappings\ElementMapping.cs (1)
55
if (!_allowDuplicates && !this.
Settings
.IncludeForwardedTypes && _elements[index] != null)
Mappings\NamespaceMapping.cs (2)
26
foreach (var type in element.GetTypes(this.
Settings
.IncludeForwardedTypes).Where(this.Filter.Include))
31
mapping = new TypeMapping(this.
Settings
);
Mappings\TypeMapping.cs (5)
28
if (
Settings
.DiffFilter.Include(DifferenceType.Unchanged))
32
if (
Settings
.AlwaysDiffMembers)
56
mapping = new TypeMapping(this.
Settings
);
68
mapping = new MemberMapping(this, this.
Settings
);
85
if (this.
Settings
.FlattenTypeMembers)