16 references to Type
Microsoft.CodeAnalysis.VisualBasic (16)
Semantics\Operators.vb (2)
2798
If DetectReferencesToGenericParameters(definition.Parameters(0).Type, TypeParameterKind.
Type
, BitVector.Null) <> TypeParameterKind.None Then
2802
If DetectReferencesToGenericParameters(definition.ReturnType, TypeParameterKind.
Type
, BitVector.Null) <> TypeParameterKind.None Then
Semantics\OverloadResolution.vb (14)
4632
track = track And (Not TypeParameterKind.
Type
)
4706
If (track And TypeParameterKind.
Type
) <> 0 Then
4707
If (leftRefersTo And TypeParameterKind.
Type
) = 0 Then
4708
If (rightRefersTo And TypeParameterKind.
Type
) <> 0 Then
4711
ElseIf (rightRefersTo And TypeParameterKind.
Type
) = 0 Then
4718
track = track And (Not TypeParameterKind.
Type
)
4726
Debug.Assert((saveTrack And TypeParameterKind.
Type
) = 0 OrElse (leftHasLeastGenericParameterAgainstType AndAlso rightHasLeastGenericParameterAgainstType))
5038
Both = Method Or
Type
5050
If (track And TypeParameterKind.
Type
) = 0 Then
5055
Return result Or TypeParameterKind.
Type
5081
If (track And TypeParameterKind.
Type
) <> 0 Then
5082
Return TypeParameterKind.
Type
5090
If (track And TypeParameterKind.
Type
) <> 0 Then
5091
Return TypeParameterKind.
Type