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