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