16 overrides of HasCollectionBuilderAttribute
Microsoft.CodeAnalysis.CSharp (16)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
311
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
347
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\ErrorTypeSymbol.cs (1)
588
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
3122
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\NativeIntegerTypeSymbol.cs (1)
297
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
461
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Source\ImplicitNamedTypeSymbol.cs (1)
193
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1390
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\SubstitutedNamedTypeSymbol.cs (1)
450
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
261
internal override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
985
internal override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Synthesized\SynthesizedContainer.cs (1)
230
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
227
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
170
internal sealed override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
176
internal override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
180
internal override bool
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName)
4 references to HasCollectionBuilderAttribute
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
1502
bool result = namedType.
HasCollectionBuilderAttribute
(out TypeSymbol? builderType, out string? methodName);
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1689
else if ((destination as NamedTypeSymbol)?.
HasCollectionBuilderAttribute
(out _, out _) == true)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
463
bool result = _underlyingType.
HasCollectionBuilderAttribute
(out builderType, out methodName);
Symbols\SubstitutedNamedTypeSymbol.cs (1)
452
return _underlyingType.
HasCollectionBuilderAttribute
(out builderType, out methodName);