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.
669
var key = CreateBinderCacheKey(parent, usage: NodeUsage.
Normal
);
704
var key = CreateBinderCacheKey(parent, usage: NodeUsage.
Normal
);
732
NodeUsage extraInfo = NodeUsage.
Normal
;
773
if (extraInfo != NodeUsage.
Normal
)
857
var extraInfo = inUsing ? NodeUsage.NamespaceUsings : (inBody ? NodeUsage.NamespaceBody : NodeUsage.
Normal
); // extra info for the cache.
948
: (inScript ? NodeUsage.CompilationUnitScript : NodeUsage.
Normal
); // extra info for the cache.
1137
var extraInfo = NodeUsage.
Normal
; // extra info for the cache.
1143
Debug.Assert(extraInfo == NodeUsage.
Normal
|| extraInfo == NodeUsage.CrefParameterOrReturnType,