1 write to TypeConstraint
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeParameterConstraint.vb (1)
31
Me.
TypeConstraint
= type
15 references to TypeConstraint
Microsoft.CodeAnalysis.VisualBasic (15)
Symbols\ConstraintsHelper.vb (6)
145
Dim constraintType = constraint.
TypeConstraint
883
New TypeParameterAndConstraint(DirectCast(fromConstraintOpt.Value.
TypeConstraint
, TypeParameterSymbol), constraint.AtLocation(fromConstraintOpt.Value.LocationOpt)),
1047
Dim constraintType1 = constraint1.
TypeConstraint
1048
Dim constraintType2 = constraint2.
TypeConstraint
1089
Dim constraintType = constraint.
TypeConstraint
1109
Dim constraintType = constraint.
TypeConstraint
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
1049
If constraintInfo.
TypeConstraint
IsNot Nothing AndAlso
1050
constraintInfo.
TypeConstraint
.IsSameTypeIgnoringAll(constraint) Then
Symbols\Source\SourceNamedTypeSymbol.vb (2)
885
Dim constraintType = constraint.
TypeConstraint
892
Dim constraintType = constraint.
TypeConstraint
Symbols\Source\SourceTypeParameterSymbol.vb (1)
183
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