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