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)
4294
var foundIterationType =
_binder
.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType);
4301
_binder
.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType);
5778
_binder
,
8759
OverloadResolution.TryInferParamsCollectionIterationType(
_binder
, type.Type, out paramsIterationType);
8800
binder:
_binder
,
8811
_binder
,
9183
if (!
_binder
.InAttributeArgument && !
_binder
.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that.
11186
Debug.Assert(
_binder
is object);
12964
_binder
,