793794795796797798799800801802803
synchronized( root() ) { if( this.elementServiceContext == null ) { this.elementServiceContext = new ElementInstanceServiceContext( this ); } return this.elementServiceContext.services( type ); } }