1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
483_binder = binder;
10 references to _binder
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
4029var foundIterationType = _binder.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType); 4036_binder.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType); 5401_binder, 8264OverloadResolution.TryInferParamsCollectionIterationType(_binder, type.Type, out paramsIterationType); 8305binder: _binder, 8316_binder, 8631if (!_binder.InAttributeArgument && !_binder.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that. 10341Debug.Assert(_binder is object); 12025_binder,