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)
4177var foundIterationType = _binder.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType); 4184_binder.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType); 4613_binder, 5610_binder, 8513OverloadResolution.TryInferParamsCollectionIterationType(_binder, type.Type, out paramsIterationType); 8554binder: _binder, 8565_binder, 8937if (!_binder.InAttributeArgument && !_binder.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that. 10646Debug.Assert(_binder is object); 12347_binder,