private ProcessPendingTextBufferChanges ( ITextProvider newTextProvider, bool async ) : void | ||
newTextProvider | ITextProvider | New text buffer content |
async | bool | True if processing is to be done asynchronously. /// Non-async processing is typically used in unit tests only. |
return | void |