private IEventScopeContextInternal GetOrCreateScopeContext()
 {
     return this.scopeContext ?? (this.scopeContext = this.CreateScope(this));
 }
Esempio n. 2
0
 private IEventScopeContextInternal GetOrCreateScopeContext()
 {
     return(this.scopeContext ?? (this.scopeContext = this.CreateScope(this)));
 }