16 overrides of RuntimeAsyncMethodGenerationAttributeSetting
Microsoft.CodeAnalysis.CSharp (16)
Symbols\ErrorMethodSymbol.cs (1)
181internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => ThreeState.Unknown;
Symbols\Extensions\RewrittenMethodSymbol.cs (1)
69internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => _originalMethod.RuntimeAsyncMethodGenerationAttributeSetting;
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
848internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => throw ExceptionUtilities.Unreachable();
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
705internal override ThreeState RuntimeAsyncMethodGenerationAttributeSetting
Symbols\NativeIntegerTypeSymbol.cs (1)
367internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => throw ExceptionUtilities.Unreachable();
Symbols\ReducedExtensionMethodSymbol.cs (1)
506internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => throw ExceptionUtilities.Unreachable();
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
131internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => throw ExceptionUtilities.Unreachable();
Symbols\SignatureOnlyMethodSymbol.cs (1)
193internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => throw ExceptionUtilities.Unreachable();
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
691internal override ThreeState RuntimeAsyncMethodGenerationAttributeSetting
Symbols\SubstitutedMethodSymbol.cs (1)
176internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedCollectionBuilderProjectedMethodSymbol.cs (1)
49internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => throw ExceptionUtilities.Unreachable();
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
151internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => ThreeState.Unknown;
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
221internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => ThreeState.Unknown;
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
239internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => ThreeState.Unknown;
Symbols\Synthesized\SynthesizedMethodSymbol.cs (1)
94internal override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => ThreeState.Unknown;
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
149internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => ThreeState.Unknown;
3 references to RuntimeAsyncMethodGenerationAttributeSetting
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
367var runtimeAsyncEnabledInMethod = method.RuntimeAsyncMethodGenerationAttributeSetting switch
Lowering\SynthesizedMethodBaseSymbol.cs (1)
219? BaseMethod.RuntimeAsyncMethodGenerationAttributeSetting
Symbols\Extensions\RewrittenMethodSymbol.cs (1)
69internal sealed override ThreeState RuntimeAsyncMethodGenerationAttributeSetting => _originalMethod.RuntimeAsyncMethodGenerationAttributeSetting;