5 references to dottedName
ILAssembler (5)
GrammarVisitor.cs (5)
1825
if (moduleHead.
dottedName
() is null)
1831
_entityRegistry.Module.Name = VisitDottedName(moduleHead.
dottedName
()).Value;
1835
var name = VisitDottedName(moduleHead.
dottedName
()).Value;
4085
_ = _entityRegistry.GetOrCreateModuleReference(VisitDottedName(context.
dottedName
()).Value, _ => { });
4089
_entityRegistry.Module.Name = VisitDottedName(context.
dottedName
()).Value;