1 write to PropertyMappersWithIndex
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\11b41c7305441175\PropertyMapperCollection.cs (1)
65this.PropertyMappersWithIndex = builder.ToImmutable();
2 references to PropertyMappersWithIndex
Microsoft.CodeAnalysis.NetAnalyzers (2)
src\11b41c7305441175\PropertyMapperCollection.cs (2)
66this.RequiresValueContentAnalysis = this.PropertyMappersWithIndex.Values.Any(t => t.PropertyMapper.RequiresValueContentAnalysis); 90if (this.PropertyMappersWithIndex.TryGetValue(propertyName, out (int Index, PropertyMapper PropertyMapper) tuple))