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