2 instantiations of AttributeChecker
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
AbstractAllocationAnalyzer.cs (1)
42
var checker = new
AttributeChecker
(attributeSymbol);
AbstractAllocationAnalyzer`1.cs (1)
43
var checker = new
AttributeChecker
(attributeSymbol);
4 references to AttributeChecker
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
AbstractAllocationAnalyzer.cs (2)
42
var
checker = new AttributeChecker(attributeSymbol);
48
private void RegisterOperationAnalysis(OperationBlockStartAnalysisContext operationBlockStartAnalysisContext,
AttributeChecker
performanceSensitiveAttributeChecker)
AbstractAllocationAnalyzer`1.cs (2)
43
var
checker = new AttributeChecker(attributeSymbol);
49
private void RegisterSyntaxAnalysis(CodeBlockStartAnalysisContext<TLanguageKindEnum> codeBlockStartAnalysisContext,
AttributeChecker
performanceSensitiveAttributeChecker)