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)
4634
track = track And (Not TypeParameterKind.
Type
)
4708
If (track And TypeParameterKind.
Type
) <> 0 Then
4709
If (leftRefersTo And TypeParameterKind.
Type
) = 0 Then
4710
If (rightRefersTo And TypeParameterKind.
Type
) <> 0 Then
4713
ElseIf (rightRefersTo And TypeParameterKind.
Type
) = 0 Then
4720
track = track And (Not TypeParameterKind.
Type
)
4728
Debug.Assert((saveTrack And TypeParameterKind.
Type
) = 0 OrElse (leftHasLeastGenericParameterAgainstType AndAlso rightHasLeastGenericParameterAgainstType))
5040
Both = Method Or
Type
5052
If (track And TypeParameterKind.
Type
) = 0 Then
5057
Return result Or TypeParameterKind.
Type
5083
If (track And TypeParameterKind.
Type
) <> 0 Then
5084
Return TypeParameterKind.
Type
5092
If (track And TypeParameterKind.
Type
) <> 0 Then
5093
Return TypeParameterKind.
Type