3 references to AsyncMethodWithoutCancellation
Microsoft.Analyzers.Extra (2)
AsyncMethodWithoutCancellation.cs (2)
17
DiagDescriptors.
AsyncMethodWithoutCancellation
);
110
Diagnostic.Create(DiagDescriptors.
AsyncMethodWithoutCancellation
, analysisContext.Node.GetLocation());
Microsoft.Analyzers.Extra.Tests (1)
AsyncMethodWithoutCancellationTests.cs (1)
168
source.AssertDiagnostic(i, DiagDescriptors.
AsyncMethodWithoutCancellation
, d[i]);