14 references to Normal
Microsoft.CodeAnalysis.CSharp (14)
Binder\BinderFactory.BinderFactoryVisitor.cs (14)
155
usage = NodeUsage.
Normal
;
176
if (usage != NodeUsage.
Normal
&& methodDecl.TypeParameterList != null)
205
var extraInfo = inBodyOrInitializer ? NodeUsage.ConstructorBodyOrInitializer : NodeUsage.
Normal
; // extra info for the cache.
243
var key = CreateBinderCacheKey(parent, usage: NodeUsage.
Normal
);
271
var extraInfo = inBody ? NodeUsage.AccessorBody : NodeUsage.
Normal
; // extra info for the cache.
339
var extraInfo = inBody ? NodeUsage.OperatorBody : NodeUsage.
Normal
; // extra info for the cache.
660
var key = CreateBinderCacheKey(parent, usage: NodeUsage.
Normal
);
695
var key = CreateBinderCacheKey(parent, usage: NodeUsage.
Normal
);
723
NodeUsage extraInfo = NodeUsage.
Normal
;
764
if (extraInfo != NodeUsage.
Normal
)
848
var extraInfo = inUsing ? NodeUsage.NamespaceUsings : (inBody ? NodeUsage.NamespaceBody : NodeUsage.
Normal
); // extra info for the cache.
939
: (inScript ? NodeUsage.CompilationUnitScript : NodeUsage.
Normal
); // extra info for the cache.
1128
var extraInfo = NodeUsage.
Normal
; // extra info for the cache.
1134
Debug.Assert(extraInfo == NodeUsage.
Normal
|| extraInfo == NodeUsage.CrefParameterOrReturnType,