1 write to TypeConstraint
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeParameterConstraint.vb (1)
31
Me.
TypeConstraint
= type
17 references to TypeConstraint
Microsoft.CodeAnalysis.VisualBasic (17)
Symbols\ConstraintsHelper.vb (8)
145
Dim constraintType = constraint.
TypeConstraint
832
Dim type = constraint.
TypeConstraint
850
New TypeParameterAndConstraint(DirectCast(fromConstraintOpt.Value.
TypeConstraint
, TypeParameterSymbol), constraint.AtLocation(fromConstraintOpt.Value.LocationOpt)),
1006
Dim constraintType1 = constraint1.
TypeConstraint
1007
Dim constraintType2 = constraint2.
TypeConstraint
1048
Dim constraintType = constraint.
TypeConstraint
1068
Dim constraintType = constraint.
TypeConstraint
1143
Dim type = constraint.
TypeConstraint
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
1057
If constraintInfo.
TypeConstraint
IsNot Nothing AndAlso
1058
constraintInfo.
TypeConstraint
.IsSameTypeIgnoringAll(constraint) Then
Symbols\Source\SourceNamedTypeSymbol.vb (2)
882
Dim constraintType = constraint.
TypeConstraint
889
Dim constraintType = constraint.
TypeConstraint
Symbols\Source\SourceTypeParameterSymbol.vb (1)
171
Dim constraintType = constraint.
TypeConstraint
Symbols\TypeParameterConstraint.vb (3)
36
Return New TypeParameterConstraint(Kind,
TypeConstraint
, loc)
62
If
TypeConstraint
IsNot Nothing Then
63
Return CustomSymbolDisplayFormatter.ErrorNameWithKind(
TypeConstraint
)
Symbols\TypeParameterSymbol.vb (1)
212
Dim constraintType = constraint.
TypeConstraint