2 writes to _type
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Symbols.vb (2)
788
_type
= instance.GetType
800
_type
= type
12 references to _type
Microsoft.VisualBasic.Core (12)
Microsoft\VisualBasic\CompilerServices\Symbols.vb (12)
809
Dim curType As Type =
_type
828
Return
_type
.IsCOMObject
834
Return Utils.VBFriendlyName(
_type
, _instance)
840
Return IsArrayType(
_type
) AndAlso _instance IsNot Nothing
846
Return Symbols.IsValueType(
_type
) AndAlso _instance IsNot Nothing
941
For Each implemented As Type In
_type
.GetInterfaces()
962
If IsGenericParameter(
_type
) Then
968
Dim classConstraint As Type = GetClassConstraint(
_type
)
975
result = Enumerable.ToArray(
_type
.GetMember(memberName, s_defaultLookupFlags))
1005
For Each implemented As Type In
_type
.GetInterfaces()
1066
result = Me.LookupDefaultMembers(memberName,
_type
) 'MemberName is set during this call.
1212
Dim elementType As Type =
_type
.GetElementType