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)
4233
track = track And (Not TypeParameterKind.
Type
)
4307
If (track And TypeParameterKind.
Type
) <> 0 Then
4308
If (leftRefersTo And TypeParameterKind.
Type
) = 0 Then
4309
If (rightRefersTo And TypeParameterKind.
Type
) <> 0 Then
4312
ElseIf (rightRefersTo And TypeParameterKind.
Type
) = 0 Then
4319
track = track And (Not TypeParameterKind.
Type
)
4327
Debug.Assert((saveTrack And TypeParameterKind.
Type
) = 0 OrElse (leftHasLeastGenericParameterAgainstType AndAlso rightHasLeastGenericParameterAgainstType))
4639
Both = Method Or
Type
4651
If (track And TypeParameterKind.
Type
) = 0 Then
4656
Return result Or TypeParameterKind.
Type
4682
If (track And TypeParameterKind.
Type
) <> 0 Then
4683
Return TypeParameterKind.
Type
4691
If (track And TypeParameterKind.
Type
) <> 0 Then
4692
Return TypeParameterKind.
Type