17 references to 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> 6267public override OperationKind Kind => OperationKind.Await;
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
244case OperationKind.Await:
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
244case OperationKind.Await:
Microsoft.CodeAnalysis.NetAnalyzers (8)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotDirectlyAwaitATask.cs (1)
78context.RegisterOperationAction(context => AnalyzeAwaitOperation(context, taskTypes), OperationKind.Await);
Microsoft.CodeQuality.Analyzers\QualityGuidelines\DoNotPassDisposablesIntoUnawaitedTasks.cs (1)
191return op.GetAncestor<IAwaitOperation>(OperationKind.Await) is not null ||
Microsoft.NetCore.Analyzers\Performance\UseConcreteTypeAnalyzer.Collector.cs (1)
435case OperationKind.Await:
Microsoft.NetCore.Analyzers\Runtime\DetectPreviewFeatureAnalyzer.cs (1)
274OperationKind.Await
Microsoft.NetCore.Analyzers\Runtime\PreferStreamAsyncMemoryOverloads.cs (1)
244OperationKind.Await);
Microsoft.NetCore.Analyzers\Tasks\UseValueTasksCorrectly.cs (2)
148case OperationKind.Await: 441OperationKind.Await => true,
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
246case OperationKind.Await:
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
244case OperationKind.Await:
Roslyn.Diagnostics.Analyzers (2)
AbstractDoNotCopyValue.cs (1)
1371case OperationKind.Await:
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
244case OperationKind.Await: