9 instantiations of PropertyMapperCollection
Analyzer.Utilities.UnitTests (9)
FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysisTests.cs (9)
224
new
PropertyMapperCollection
(
408
new
PropertyMapperCollection
(
505
new
PropertyMapperCollection
(
574
new
PropertyMapperCollection
(
635
new
PropertyMapperCollection
(
807
new
PropertyMapperCollection
(
916
new
PropertyMapperCollection
(
990
new
PropertyMapperCollection
(
1086
new
PropertyMapperCollection
(
12 references to PropertyMapperCollection
Analyzer.Utilities.UnitTests (2)
FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysisTests.cs (2)
37
public PropertySetAnalysisParameters(string typeToTrack, ConstructorMapper constructorMapper,
PropertyMapperCollection
propertyMapperCollection, HazardousUsageEvaluatorCollection hazardousUsageEvaluatorCollection)
47
public
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)
56
PropertyMapperCollection
propertyMappers,
158
PropertyMapperCollection
propertyMappers,
194
PropertyMapperCollection
propertyMappers,
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysisContext.cs (3)
43
PropertyMapperCollection
propertyMappers,
84
PropertyMapperCollection
propertyMappers,
151
public
PropertyMapperCollection
PropertyMappers { get; }