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