1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
502_binder = binder;
11 references to _binder
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\NullableWalker.cs (11)
4047var foundIterationType = _binder.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType); 4054_binder.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType); 4459_binder, 5456_binder, 8360OverloadResolution.TryInferParamsCollectionIterationType(_binder, type.Type, out paramsIterationType); 8401binder: _binder, 8412_binder, 8773if (!_binder.InAttributeArgument && !_binder.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that. 10483Debug.Assert(_binder is object); 12169_binder,