7 references to IsEarlyAttributeBinder
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Attributes.cs (2)
233
enableCallerInfo: !
IsEarlyAttributeBinder
,
404
if (
IsEarlyAttributeBinder
)
Binder\Binder_Expressions.cs (2)
555
if (
IsEarlyAttributeBinder
&& !EarlyWellKnownAttributeBinder.CanBeValidAttributeArgument(node))
7499
constantValueOpt = fieldSymbol.GetConstantValue(this.ConstantFieldsInProgress, this.
IsEarlyAttributeBinder
);
Binder\Binder_Lookup.cs (2)
1299
else if (nsOrType.Kind == SymbolKind.NamedType && originalBinder.
IsEarlyAttributeBinder
)
1323
else if (nsOrType.Kind == SymbolKind.NamedType && originalBinder.
IsEarlyAttributeBinder
)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
456
Debug.Assert(!_binder.
IsEarlyAttributeBinder
);