15 overrides of HasAsyncMethodBuilderAttribute
Microsoft.CodeAnalysis.CSharp (15)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
311internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
351internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\ErrorTypeSymbol.cs (1)
588internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2791internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\NativeIntegerTypeSymbol.cs (1)
297internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
465internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1423internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\SubstitutedNamedTypeSymbol.cs (1)
451internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
259internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
947internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedContainer.cs (1)
230internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
227internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
162internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
184internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
169internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
3 references to HasAsyncMethodBuilderAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
467if (_underlyingType.HasAsyncMethodBuilderAttribute(out builderArgument))
Symbols\SubstitutedNamedTypeSymbol.cs (1)
453return _underlyingType.HasAsyncMethodBuilderAttribute(out builderArgument);
Symbols\TypeSymbolExtensions.cs (1)
1896return type.HasAsyncMethodBuilderAttribute(out builderArgument);