12 references to WRN_UndecoratedCancellationTokenParameter
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
461
case ErrorCode.
WRN_UndecoratedCancellationTokenParameter
:
1858
case ErrorCode.
WRN_UndecoratedCancellationTokenParameter
:
Generated\ErrorFacts.Generated.cs (1)
185
case ErrorCode.
WRN_UndecoratedCancellationTokenParameter
:
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1149
diagnostics.Add(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, errorLocation, this);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (7)
CodeGen\CodeGenAsyncIteratorTests.cs (7)
7159
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("C.Iter(int, System.Threading.CancellationToken)").WithLocation(24, 67)
7205
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("Iter(int, System.Threading.CancellationToken)").WithLocation(24, 71)
7576
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("C.Iter(int, System.Threading.CancellationToken)").WithLocation(7, 67),
7690
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("C.Iter(System.Threading.CancellationToken, int)").WithLocation(28, 76)
7748
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "Iter").WithArguments("Base.Iter(System.Threading.CancellationToken, int)").WithLocation(8, 75)
7878
Diagnostic(ErrorCode.
WRN_UndecoratedCancellationTokenParameter
, "M1").WithArguments("C.M1(System.Threading.CancellationToken)").WithLocation(7, 67),
7881
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
: