2 writes to _instance
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Symbols.vb (2)
787
_instance
= instance
799
_instance
= Nothing
11 references to _instance
Microsoft.VisualBasic.Core (11)
Microsoft\VisualBasic\CompilerServices\Symbols.vb (11)
834
Return Utils.VBFriendlyName(_type,
_instance
)
840
Return IsArrayType(_type) AndAlso
_instance
IsNot Nothing
846
Return Symbols.IsValueType(_type) AndAlso
_instance
IsNot Nothing
1103
If
_instance
Is Nothing AndAlso Not IsShared(field) Then
1118
Return field.GetValue(
_instance
)
1128
If
_instance
Is Nothing AndAlso Not IsShared(field) Then
1143
field.SetValue(
_instance
, Conversions.ChangeType(value, field.FieldType))
1153
Dim arrayInstance As Array = DirectCast(
_instance
, System.Array)
1202
Dim arrayInstance As Array = DirectCast(
_instance
, System.Array)
1270
If
_instance
Is Nothing AndAlso Not IsShared(callTarget) Then
1288
result = callTarget.Invoke(
_instance
, callArguments)