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)
81Debug.Assert(_binder is { }); 85var delegateType = _calculateDelegate(_binder, _expression); 88if (_binder.Compilation.TestOnlyCompilationData is InferredDelegateTypeData data &&