2 writes to IsStarted
Microsoft.CodeAnalysis.Features (2)
Workspace\BackgroundParser.cs (2)
110
IsStarted
= true;
122
IsStarted
= false;
3 references to IsStarted
Microsoft.CodeAnalysis.Features (3)
Workspace\BackgroundParser.cs (3)
108
if (!
IsStarted
)
119
if (
IsStarted
)
170
if (
IsStarted
)