1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
519_binder = binder;
11 references to _binder
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\NullableWalker_Patterns.cs (1)
1095_binder, BoundDagTemp.ForOriginalInput(node.Expression), nodes, leaf, nullPaths: true, reachabilityInfo, out bool requiresFalseWhenClause, out _);
FlowAnalysis\NullableWalker.cs (10)
4238var foundIterationType = _binder.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType); 4245_binder.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType); 5706_binder, 8687OverloadResolution.TryInferParamsCollectionIterationType(_binder, type.Type, out paramsIterationType); 8728binder: _binder, 8739_binder, 9111if (!_binder.InAttributeArgument && !_binder.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that. 11114Debug.Assert(_binder is object); 12876_binder,