1 override of IsRuntimeAsyncEnabledInMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
217
internal sealed override ThreeState
IsRuntimeAsyncEnabledInMethod
=>
3 references to IsRuntimeAsyncEnabledInMethod
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (2)
372
SourceMethodSymbol {
IsRuntimeAsyncEnabledInMethod
: ThreeState.True } => true,
373
SourceMethodSymbol {
IsRuntimeAsyncEnabledInMethod
: ThreeState.False } => false,
Lowering\SynthesizedMethodBaseSymbol.cs (1)
218
InheritsBaseMethodAttributes && BaseMethod is SourceMethodSymbol {
IsRuntimeAsyncEnabledInMethod
: var value }