1 write to _lastBoundSimpleName
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\ExecutableCodeBinder.vb (1)
227
_lastBoundSimpleName
= Math.Max(_lastBoundSimpleName, position)
2 references to _lastBoundSimpleName
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\ExecutableCodeBinder.vb (2)
224
Debug.Assert(position >=
_lastBoundSimpleName
, "Did not bind simple names in order. Option Explicit Off probably will not behave correctly.")
227
_lastBoundSimpleName = Math.Max(
_lastBoundSimpleName
, position)