5 references to dottedName
ILAssembler (5)
GrammarVisitor.cs (5)
2130
if (moduleHead.
dottedName
() is null)
2136
_entityRegistry.Module.Name = VisitDottedName(moduleHead.
dottedName
()).Value;
2140
var name = VisitDottedName(moduleHead.
dottedName
()).Value;
4589
_ = _entityRegistry.GetOrCreateModuleReference(VisitDottedName(context.
dottedName
()).Value, _ => { });
4593
_entityRegistry.Module.Name = VisitDottedName(context.
dottedName
()).Value;