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)
4205
var foundIterationType =
_binder
.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType);
4212
_binder
.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType);
4685
_binder
,
5682
_binder
,
8637
OverloadResolution.TryInferParamsCollectionIterationType(
_binder
, type.Type, out paramsIterationType);
8678
binder:
_binder
,
8689
_binder
,
9061
if (!
_binder
.InAttributeArgument && !
_binder
.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that.
11045
Debug.Assert(
_binder
is object);
12763
_binder
,