1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
477_binder = binder;
7 references to _binder
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
3958var foundIterationType = _binder.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType); 7966OverloadResolution.TryInferParamsCollectionIterationType(_binder, type.Type, out paramsIterationType); 8006binder: _binder, 8014_binder, 8295if (!_binder.InAttributeArgument && !_binder.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that. 9996Debug.Assert(_binder is object);