11 overrides of HasReferenceTypeConstraint
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTypeParameterSymbol.vb (1)
90
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
Symbols\IndexedTypeParameterSymbol.vb (1)
125
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
Symbols\InstanceErrorTypeSymbol.vb (1)
230
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
291
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
758
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
Symbols\Retargeting\RetargetingTypeParameterSymbol.vb (1)
95
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
Symbols\Source\CrefTypeParameterSymbol.vb (1)
58
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
Symbols\Source\SourceTypeParameterSymbol.vb (1)
56
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
Symbols\SubstitutedTypeParameterSymbol.vb (1)
123
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
Symbols\SynthesizedSymbols\SynthesizedClonedTypeParameterSymbol.vb (1)
97
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
Symbols\Wrapped\WrappedTypeParameterSymbol.vb (1)
52
Public Overrides ReadOnly Property
HasReferenceTypeConstraint
As Boolean
13 references to HasReferenceTypeConstraint
Microsoft.CodeAnalysis.VisualBasic (13)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (2)
495
Debug.Assert(type.
HasReferenceTypeConstraint
= other.
HasReferenceTypeConstraint
)
Emit\TypeParameterSymbolAdapter.vb (1)
226
Return AdaptedTypeParameterSymbol.
HasReferenceTypeConstraint
Symbols\ConstraintsHelper.vb (2)
673
If typeParameter.
HasReferenceTypeConstraint
AndAlso Not SatisfiesReferenceTypeConstraint(typeParameter, typeArgument, diagnosticsBuilder) Then
994
Debug.Assert((typeParameter Is Nothing) OrElse typeParameter.
HasReferenceTypeConstraint
)
Symbols\MethodSignatureComparer.vb (2)
864
(typeParameter1.
HasReferenceTypeConstraint
<> typeParameter2.
HasReferenceTypeConstraint
) OrElse
Symbols\ReducedExtensionMethodSymbol.vb (1)
760
Return _curriedFromTypeParameter.
HasReferenceTypeConstraint
Symbols\Retargeting\RetargetingTypeParameterSymbol.vb (1)
97
Return _underlyingTypeParameter.
HasReferenceTypeConstraint
Symbols\SubstitutedTypeParameterSymbol.vb (1)
125
Return _originalDefinition.
HasReferenceTypeConstraint
Symbols\SynthesizedSymbols\SynthesizedClonedTypeParameterSymbol.vb (1)
99
Return _correspondingMethodTypeParameter.
HasReferenceTypeConstraint
Symbols\TypeParameterSymbol.vb (1)
222
If (Me.
HasReferenceTypeConstraint
) Then
Symbols\Wrapped\WrappedTypeParameterSymbol.vb (1)
54
Return Me._underlyingTypeParameter.
HasReferenceTypeConstraint