12 references to WRN_UndecoratedCancellationTokenParameter
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
474
case ErrorCode.
WRN_UndecoratedCancellationTokenParameter
:
1916
or ErrorCode.
WRN_UndecoratedCancellationTokenParameter
Generated\ErrorFacts.Generated.cs (1)
185
case ErrorCode.
WRN_UndecoratedCancellationTokenParameter
:
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1602
diagnostics.Add(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, errorLocation, this);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (7)
CodeGen\CodeGenAsyncIteratorTests.cs (7)
7664
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("C.Iter(int, System.Threading.CancellationToken)").WithLocation(24, 67)
7710
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("Iter(int, System.Threading.CancellationToken)").WithLocation(24, 71)
8081
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("C.Iter(int, System.Threading.CancellationToken)").WithLocation(7, 67),
8195
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("C.Iter(System.Threading.CancellationToken, int)").WithLocation(28, 76)
8253
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("Base.Iter(System.Threading.CancellationToken, int)").WithLocation(8, 75)
8383
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "M1").WithArguments("C.M1(System.Threading.CancellationToken)").WithLocation(7, 67),
8386
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "M2").WithArguments("C.M2(System.Threading.CancellationToken, System.Threading.CancellationToken)").WithLocation(12, 67),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
287
case ErrorCode.
WRN_UndecoratedCancellationTokenParameter
: