2 writes to m_HelpContextIsSet
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\ErrObject.vb (2)
236
m_HelpContextIsSet
= True
256
m_HelpContextIsSet
= False
5 references to m_HelpContextIsSet
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\ErrObject.vb (5)
175
Diagnostics.Debug.Assert((Not
m_HelpContextIsSet
) OrElse (Not m_HelpFileIsSet), "Why is this getting called?")
179
If Not
m_HelpContextIsSet
Then
191
If Not
m_HelpContextIsSet
Then
202
If Not
m_HelpContextIsSet
Then
216
If
m_HelpContextIsSet
Then