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)
4243
var foundIterationType =
_binder
.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType);
4250
_binder
.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType);
4724
_binder
,
5722
_binder
,
8674
OverloadResolution.TryInferParamsCollectionIterationType(
_binder
, type.Type, out paramsIterationType);
8715
binder:
_binder
,
8726
_binder
,
9098
if (!
_binder
.InAttributeArgument && !
_binder
.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that.
11095
Debug.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 _);