1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
477_binder = binder;
10 references to _binder
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
4023var foundIterationType = _binder.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType); 4030_binder.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType); 5394_binder, 8261OverloadResolution.TryInferParamsCollectionIterationType(_binder, type.Type, out paramsIterationType); 8302binder: _binder, 8313_binder, 8628if (!_binder.InAttributeArgument && !_binder.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that. 10329Debug.Assert(_binder is object); 12001_binder,