2 overrides of EnableSimpleNameBindingOrderChecks
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BackstopBinder.vb (1)
266
Public Overrides Sub
EnableSimpleNameBindingOrderChecks
(enable As Boolean)
Binding\ExecutableCodeBinder.vb (1)
234
Public Overrides Sub
EnableSimpleNameBindingOrderChecks
(enable As Boolean)
5 references to EnableSimpleNameBindingOrderChecks
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder.vb (1)
815
m_containingBinder.
EnableSimpleNameBindingOrderChecks
(enable)
Symbols\Source\SourceMethodSymbol.vb (2)
1189
methodBodyBinder.
EnableSimpleNameBindingOrderChecks
(True)
1193
methodBodyBinder.
EnableSimpleNameBindingOrderChecks
(False)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (2)
107
methodBodyBinder.
EnableSimpleNameBindingOrderChecks
(True)
113
methodBodyBinder.
EnableSimpleNameBindingOrderChecks
(False)