15 overrides of HasAsyncMethodBuilderAttribute
Microsoft.CodeAnalysis.CSharp (15)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
318internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
354internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\ErrorTypeSymbol.cs (1)
595internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
3163internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\NativeIntegerTypeSymbol.cs (1)
304internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
471internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1558internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\SubstitutedNamedTypeSymbol.cs (1)
455internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
274internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
998internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedContainer.cs (1)
237internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
234internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
177internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
189internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
174internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
3 references to HasAsyncMethodBuilderAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
473if (_underlyingType.HasAsyncMethodBuilderAttribute(out builderArgument))
Symbols\SubstitutedNamedTypeSymbol.cs (1)
457return _underlyingType.HasAsyncMethodBuilderAttribute(out builderArgument);
Symbols\TypeSymbolExtensions.cs (1)
1980return type.HasAsyncMethodBuilderAttribute(out builderArgument);