15 overrides of HasAsyncMethodBuilderAttribute
Microsoft.CodeAnalysis.CSharp (15)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
305internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
345internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\ErrorTypeSymbol.cs (1)
582internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2554internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\NativeIntegerTypeSymbol.cs (1)
294internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
428internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1412internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\SubstitutedNamedTypeSymbol.cs (1)
447internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
253internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
941internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedContainer.cs (1)
231internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
221internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
157internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
178internal sealed override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
163internal override bool HasAsyncMethodBuilderAttribute(out TypeSymbol? builderArgument)
3 references to HasAsyncMethodBuilderAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
430if (_underlyingType.HasAsyncMethodBuilderAttribute(out builderArgument))
Symbols\SubstitutedNamedTypeSymbol.cs (1)
449return _underlyingType.HasAsyncMethodBuilderAttribute(out builderArgument);
Symbols\TypeSymbolExtensions.cs (1)
1896return type.HasAsyncMethodBuilderAttribute(out builderArgument);