1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
477
_binder
= binder;
10 references to _binder
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
4023
var foundIterationType =
_binder
.TryGetCollectionIterationType((ExpressionSyntax)node.Syntax, collectionType, out targetElementType);
4030
_binder
.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType);
5394
_binder
,
8261
OverloadResolution.TryInferParamsCollectionIterationType(
_binder
, type.Type, out paramsIterationType);
8302
binder:
_binder
,
8313
_binder
,
8628
if (!
_binder
.InAttributeArgument && !
_binder
.InParameterDefaultValue && // These checks prevent cycles caused by attribute binding when HasInlineArrayAttribute check triggers that.
10329
Debug.Assert(
_binder
is object);
12001
_binder
,