2 references to getBinder
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\LambdaTests.cs (2)
8158
var methodBinder =
getBinder
<BlockBinder>(methodModel.GetEnclosingBinder(methodSyntax.Body.SpanStart));
8159
var defaultValueBinder =
getBinder
<BlockBinder>(defaultValueModel.GetEnclosingBinder(defaultValue.SpanStart));