15 references to Await
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
247case OperationKind.Await:
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
247case OperationKind.Await:
Microsoft.Analyzers.Extra (1)
AsyncCallInsideUsingBlockAnalyzer.cs (1)
89case OperationKind.Await:
Microsoft.AspNetCore.Mvc.Analyzers (1)
TagHelpersInCodeBlocksAnalyzer.cs (1)
90}, OperationKind.Await);
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (2)
1422/// <item><description><see cref="OperationKind.Await"/></description></item> 6227public override OperationKind Kind => OperationKind.Await;
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
247case OperationKind.Await:
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
247case OperationKind.Await:
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
247case OperationKind.Await:
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
247case OperationKind.Await:
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\ControlFlowGraphVerifier.cs (1)
1925case OperationKind.Await:
Compilation\TestOperationVisitor.cs (1)
991Assert.Equal(OperationKind.Await, operation.Kind);
Roslyn.Diagnostics.Analyzers (2)
AbstractDoNotCopyValue.cs (1)
1372case OperationKind.Await:
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
247case OperationKind.Await:
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
247case OperationKind.Await: