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 1100If _instance Is Nothing AndAlso Not IsShared(field) Then 1115Return field.GetValue(_instance) 1125If _instance Is Nothing AndAlso Not IsShared(field) Then 1140field.SetValue(_instance, Conversions.ChangeType(value, field.FieldType)) 1150Dim arrayInstance As Array = DirectCast(_instance, System.Array) 1199Dim arrayInstance As Array = DirectCast(_instance, System.Array) 1267If _instance Is Nothing AndAlso Not IsShared(callTarget) Then 1285result = callTarget.Invoke(_instance, callArguments)