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