Method | Description | |
---|---|---|
Dispose ( ) : void | ||
SubscribeToThrottledSemanticModelAvailable ( BackgroundParserSubscriptionDelay delay, Action |
||
SubscribeToThrottledSyntaxTreeAvailable ( BackgroundParserSubscriptionDelay delay, Action |
Method | Description | |
---|---|---|
BackgroundParserBase ( ITextBuffer textBuffer ) : System | ||
CreateSyntaxTree ( ITextSnapshot snapshot, |
||
TryCreateSemanticModel ( ITextSnapshot snapshot, |
Method | Description | |
---|---|---|
DoWork ( ) : void | ||
GetDelay ( BackgroundParserSubscriptionDelay delay ) : System.TimeSpan | ||
OnTextBufferChanged ( object sender, TextContentChangedEventArgs e ) : void | ||
RaiseEvent ( EventHandler |
protected BackgroundParserBase ( ITextBuffer textBuffer ) : System | ||
textBuffer | ITextBuffer | |
return | System |
protected abstract CreateSyntaxTree ( ITextSnapshot snapshot, |
||
snapshot | ITextSnapshot | |
cancellationToken | ||
return | void |
public SubscribeToThrottledSemanticModelAvailable ( BackgroundParserSubscriptionDelay delay, Action |
||
delay | BackgroundParserSubscriptionDelay | |
callback | Action |
|
return | IDisposable |
public SubscribeToThrottledSyntaxTreeAvailable ( BackgroundParserSubscriptionDelay delay, Action |
||
delay | BackgroundParserSubscriptionDelay | |
callback | Action |
|
return | IDisposable |
protected abstract TryCreateSemanticModel ( ITextSnapshot snapshot, |
||
snapshot | ITextSnapshot | |
cancellationToken | ||
return | bool |