1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
469
_binder
= binder;
7 references to _binder
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
3816
var foundIterationType =
_binder
.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType);
7805
OverloadResolution.TryInferParamsCollectionIterationType(
_binder
, type.Type, out paramsIterationType);
7845
binder:
_binder
,
7853
_binder
,
8134
if (!
_binder
.InAttributeArgument && !
_binder
.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that.
9830
Debug.Assert(
_binder
is object);