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)
834Return Utils.VBFriendlyName(_type, _instance) 840Return IsArrayType(_type) AndAlso _instance IsNot Nothing 846Return Symbols.IsValueType(_type) AndAlso _instance IsNot Nothing 1103If _instance Is Nothing AndAlso Not IsShared(field) Then 1118Return field.GetValue(_instance) 1128If _instance Is Nothing AndAlso Not IsShared(field) Then 1143field.SetValue(_instance, Conversions.ChangeType(value, field.FieldType)) 1153Dim arrayInstance As Array = DirectCast(_instance, System.Array) 1202Dim arrayInstance As Array = DirectCast(_instance, System.Array) 1270If _instance Is Nothing AndAlso Not IsShared(callTarget) Then 1288result = callTarget.Invoke(_instance, callArguments)