1 instantiation of BlockBinder
Microsoft.CodeAnalysis.CSharp (1)
Binder\LocalBinderFactory.cs (1)
536
var blockBinder = new
BlockBinder
(_enclosing, node);
5 references to BlockBinder
Microsoft.CodeAnalysis.CSharp (1)
Binder\LocalBinderFactory.cs (1)
536
var
blockBinder = new BlockBinder(_enclosing, node);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\LambdaTests.cs (4)
8158
var
methodBinder = getBinder<
BlockBinder
>(methodModel.GetEnclosingBinder(methodSyntax.Body.SpanStart));
8159
var
defaultValueBinder = getBinder<
BlockBinder
>(defaultValueModel.GetEnclosingBinder(defaultValue.SpanStart));