1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
483
_binder
= binder;
10 references to _binder
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
4029
var foundIterationType =
_binder
.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType);
4036
_binder
.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType);
5401
_binder
,
8264
OverloadResolution.TryInferParamsCollectionIterationType(
_binder
, type.Type, out paramsIterationType);
8305
binder:
_binder
,
8316
_binder
,
8631
if (!
_binder
.InAttributeArgument && !
_binder
.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that.
10341
Debug.Assert(
_binder
is object);
12025
_binder
,