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)
224Debug.Assert(position >= _lastBoundSimpleName, "Did not bind simple names in order. Option Explicit Off probably will not behave correctly.") 227_lastBoundSimpleName = Math.Max(_lastBoundSimpleName, position)