4 writes to m_ByRefFlags
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (4)
131
state.
m_ByRefFlags
= Nothing
1112
state.
m_ByRefFlags
= New Boolean(args.GetUpperBound(0)) {}
1137
state.
m_ByRefFlags
= Nothing
1141
state.
m_ByRefFlags
= Nothing
7 references to m_ByRefFlags
Microsoft.VisualBasic.Core (7)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (7)
79
If state.
m_ByRefFlags
Is Nothing Then
91
m_ByRefFlags(j) = state.
m_ByRefFlags
(j)
105
If state.
m_ByRefFlags
Is Nothing Then
115
IsByRef = state.
m_ByRefFlags
(i)
1121
If ParmIndex < state.
m_ByRefFlags
.Length Then
1122
state.
m_ByRefFlags
(ParmIndex) = True
1128
state.
m_ByRefFlags
(OriginalParmIndex) = True