Base:
method
GetDeclaredLocalsForScope
Microsoft.CodeAnalysis.CSharp.Binder.GetDeclaredLocalsForScope(Microsoft.CodeAnalysis.SyntaxNode)
2 references to GetDeclaredLocalsForScope
Microsoft.CodeAnalysis.CSharp (2)
Binder\WhileBinder.cs (2)
34
Debug.Assert(this.Locals == this.
GetDeclaredLocalsForScope
(node));
44
Debug.Assert(this.Locals == this.
GetDeclaredLocalsForScope
(node));