1 instantiation of VBBinderState
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (1)
918state = New VBBinderState
5 references to VBBinderState
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (5)
46Private m_state As VBBinderState 67Dim state As VBBinderState = CType(objState, VBBinderState) 153Dim state As VBBinderState 1854Private Sub ReorderParams(ByVal paramOrder() As Integer, ByVal vars() As Object, ByVal state As VBBinderState)