createRootScope method
void
createRootScope()
Implementation
void createRootScope() {
if (_rootScope == null) {
_rootScope = createScope(
ScopeDefinition.ROOT_SCOPE_ID, ScopeDefinition.ROOT_SCOPE_QUALIFIER);
}
}