14 references to Normal
Microsoft.CodeAnalysis.CSharp (14)
Binder\BinderFactory.BinderFactoryVisitor.cs (14)
151
usage = NodeUsage.
Normal
;
171
if (usage != NodeUsage.
Normal
&& methodDecl.TypeParameterList != null)
199
var extraInfo = inBodyOrInitializer ? NodeUsage.ConstructorBodyOrInitializer : NodeUsage.
Normal
; // extra info for the cache.
237
var key = CreateBinderCacheKey(parent, usage: NodeUsage.
Normal
);
265
var extraInfo = inBody ? NodeUsage.AccessorBody : NodeUsage.
Normal
; // extra info for the cache.
328
var extraInfo = inBody ? NodeUsage.OperatorBody : NodeUsage.
Normal
; // extra info for the cache.
645
var key = CreateBinderCacheKey(parent, usage: NodeUsage.
Normal
);
680
var key = CreateBinderCacheKey(parent, usage: NodeUsage.
Normal
);
708
NodeUsage extraInfo = NodeUsage.
Normal
;
749
if (extraInfo != NodeUsage.
Normal
)
833
var extraInfo = inUsing ? NodeUsage.NamespaceUsings : (inBody ? NodeUsage.NamespaceBody : NodeUsage.
Normal
); // extra info for the cache.
924
: (inScript ? NodeUsage.CompilationUnitScript : NodeUsage.
Normal
); // extra info for the cache.
1113
var extraInfo = NodeUsage.
Normal
; // extra info for the cache.
1119
Debug.Assert(extraInfo == NodeUsage.
Normal
|| extraInfo == NodeUsage.CrefParameterOrReturnType,