1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
Symbols\FunctionTypeSymbol.cs (1)
54
_binder
= binder;
3 references to _binder
Microsoft.CodeAnalysis.CSharp (3)
Symbols\FunctionTypeSymbol.cs (3)
81
Debug.Assert(
_binder
is { });
85
var delegateType = _calculateDelegate(
_binder
, _expression);
88
if (
_binder
.Compilation.TestOnlyCompilationData is InferredDelegateTypeData data &&