11 overrides of HasConstructorConstraint
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTypeParameterSymbol.vb (1)
84
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
Symbols\IndexedTypeParameterSymbol.vb (1)
131
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
Symbols\InstanceErrorTypeSymbol.vb (1)
224
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
285
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
752
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
Symbols\Retargeting\RetargetingTypeParameterSymbol.vb (1)
89
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
Symbols\Source\CrefTypeParameterSymbol.vb (1)
52
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
Symbols\Source\SourceTypeParameterSymbol.vb (1)
44
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
Symbols\SubstitutedTypeParameterSymbol.vb (1)
117
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
Symbols\SynthesizedSymbols\SynthesizedClonedTypeParameterSymbol.vb (1)
91
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
Symbols\Wrapped\WrappedTypeParameterSymbol.vb (1)
46
Public Overrides ReadOnly Property
HasConstructorConstraint
As Boolean
14 references to HasConstructorConstraint
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\Binder_ObjectInitializer.vb (1)
307
If Not typeParameter.
HasConstructorConstraint
AndAlso Not typeParameter.IsValueType Then
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (2)
492
Debug.Assert(type.
HasConstructorConstraint
= other.
HasConstructorConstraint
)
Emit\TypeParameterSymbolAdapter.vb (1)
246
Return AdaptedTypeParameterSymbol.
HasConstructorConstraint
OrElse AdaptedTypeParameterSymbol.HasValueTypeConstraint
Symbols\ConstraintsHelper.vb (3)
669
If typeParameter.
HasConstructorConstraint
AndAlso Not SatisfiesConstructorConstraint(typeParameter, typeArgument, diagnosticsBuilder) Then
936
Debug.Assert(typeParameter.
HasConstructorConstraint
)
943
If DirectCast(typeArgument, TypeParameterSymbol).
HasConstructorConstraint
OrElse typeArgument.IsValueType Then
Symbols\MethodSignatureComparer.vb (2)
863
If (typeParameter1.
HasConstructorConstraint
<> typeParameter2.
HasConstructorConstraint
) OrElse
Symbols\ReducedExtensionMethodSymbol.vb (1)
754
Return _curriedFromTypeParameter.
HasConstructorConstraint
Symbols\Retargeting\RetargetingTypeParameterSymbol.vb (1)
91
Return _underlyingTypeParameter.
HasConstructorConstraint
Symbols\SubstitutedTypeParameterSymbol.vb (1)
119
Return _originalDefinition.
HasConstructorConstraint
Symbols\SynthesizedSymbols\SynthesizedClonedTypeParameterSymbol.vb (1)
93
Return _correspondingMethodTypeParameter.
HasConstructorConstraint
Symbols\Wrapped\WrappedTypeParameterSymbol.vb (1)
48
Return Me._underlyingTypeParameter.
HasConstructorConstraint