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