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