2 overrides of Operations
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
AbstractAllocationAnalyzer`1.cs (1)
17protected sealed override ImmutableArray<OperationKind> Operations => ImmutableArray<OperationKind>.Empty;
ExplicitAllocationAnalyzer.cs (1)
73protected override ImmutableArray<OperationKind> Operations { get; } = ImmutableArray.Create(
2 references to Operations
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
AbstractAllocationAnalyzer.cs (2)
24if (Operations.IsEmpty) 61Operations);