12 references to WRN_UndecoratedCancellationTokenParameter
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
474
case ErrorCode.
WRN_UndecoratedCancellationTokenParameter
:
1915
or ErrorCode.
WRN_UndecoratedCancellationTokenParameter
Generated\ErrorFacts.Generated.cs (1)
185
case ErrorCode.
WRN_UndecoratedCancellationTokenParameter
:
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1590
diagnostics.Add(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, errorLocation, this);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (7)
CodeGen\CodeGenAsyncIteratorTests.cs (7)
7455
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("C.Iter(int, System.Threading.CancellationToken)").WithLocation(24, 67)
7501
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("Iter(int, System.Threading.CancellationToken)").WithLocation(24, 71)
7872
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("C.Iter(int, System.Threading.CancellationToken)").WithLocation(7, 67),
7986
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("C.Iter(System.Threading.CancellationToken, int)").WithLocation(28, 76)
8044
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("Base.Iter(System.Threading.CancellationToken, int)").WithLocation(8, 75)
8174
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "M1").WithArguments("C.M1(System.Threading.CancellationToken)").WithLocation(7, 67),
8177
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
: