9 instantiations of PropertyMapperCollection
Analyzer.Utilities.UnitTests (9)
FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysisTests.cs (9)
224new PropertyMapperCollection( 408new PropertyMapperCollection( 505new PropertyMapperCollection( 574new PropertyMapperCollection( 635new PropertyMapperCollection( 807new PropertyMapperCollection( 916new PropertyMapperCollection( 990new PropertyMapperCollection( 1086new PropertyMapperCollection(
12 references to PropertyMapperCollection
Analyzer.Utilities.UnitTests (2)
FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysisTests.cs (2)
37public PropertySetAnalysisParameters(string typeToTrack, ConstructorMapper constructorMapper, PropertyMapperCollection propertyMapperCollection, HazardousUsageEvaluatorCollection hazardousUsageEvaluatorCollection) 47public PropertyMapperCollection PropertyMapperCollection { get; }
Microsoft.CodeAnalysis.AnalyzerUtilities (10)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\ConstructorMapper.cs (3)
27/// <returns>Abstract value for PropertySetAnalysis, with <see cref="PropertySetAbstractValueKind"/>s in the same order as the <see cref="PropertyMapper"/>s in the <see cref="PropertyMapperCollection"/>.</returns> 38/// <returns>Abstract value for PropertySetAnalysis, with <see cref="PropertySetAbstractValueKind"/>s in the same order as the <see cref="PropertyMapper"/>s in the <see cref="PropertyMapperCollection"/>.</returns> 46/// <param name="propertyAbstractValues">Constant <see cref="PropertySetAbstractValueKind"/>s, in the same order that the corresponding <see cref="PropertyMapperCollection"/> was initialized with.</param>
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAbstractValue.cs (1)
128/// <see cref="PropertyMapperCollection"/>'s initialization.</param>
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.cs (3)
56PropertyMapperCollection propertyMappers, 158PropertyMapperCollection propertyMappers, 194PropertyMapperCollection propertyMappers,
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysisContext.cs (3)
43PropertyMapperCollection propertyMappers, 84PropertyMapperCollection propertyMappers, 151public PropertyMapperCollection PropertyMappers { get; }