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)
4633
track = track And (Not TypeParameterKind.
Type
)
4707
If (track And TypeParameterKind.
Type
) <> 0 Then
4708
If (leftRefersTo And TypeParameterKind.
Type
) = 0 Then
4709
If (rightRefersTo And TypeParameterKind.
Type
) <> 0 Then
4712
ElseIf (rightRefersTo And TypeParameterKind.
Type
) = 0 Then
4719
track = track And (Not TypeParameterKind.
Type
)
4727
Debug.Assert((saveTrack And TypeParameterKind.
Type
) = 0 OrElse (leftHasLeastGenericParameterAgainstType AndAlso rightHasLeastGenericParameterAgainstType))
5039
Both = Method Or
Type
5051
If (track And TypeParameterKind.
Type
) = 0 Then
5056
Return result Or TypeParameterKind.
Type
5082
If (track And TypeParameterKind.
Type
) <> 0 Then
5083
Return TypeParameterKind.
Type
5091
If (track And TypeParameterKind.
Type
) <> 0 Then
5092
Return TypeParameterKind.
Type