2 references to System_Threading_CancellationToken__ThrowIfCancellationRequested
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitExpression.cs (1)
3620
var throwMethod = (MethodSymbol)_module.Compilation.GetWellKnownTypeMember(WellKnownMember.
System_Threading_CancellationToken__ThrowIfCancellationRequested
);
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (1)
57
var throwMethod = factory.WellKnownMethod(WellKnownMember.
System_Threading_CancellationToken__ThrowIfCancellationRequested
, isOptional: true);