1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
519_binder = binder;
12 references to _binder
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\NullableWalker.cs (11)
4243var foundIterationType = _binder.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType); 4250_binder.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType); 4724_binder, 5722_binder, 8674OverloadResolution.TryInferParamsCollectionIterationType(_binder, type.Type, out paramsIterationType); 8715binder: _binder, 8726_binder, 9098if (!_binder.InAttributeArgument && !_binder.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that. 11095Debug.Assert(_binder is object); 12818_binder,
FlowAnalysis\NullableWalker_Patterns.cs (1)
1005_binder, BoundDagTemp.ForOriginalInput(node.Expression), nodes, leaf, nullPaths: true, out bool requiresFalseWhenClause, out _);