2 writes to _sourceText
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\TemporaryStorage\TrivialTemporaryStorageService.cs (2)
85
=>
_sourceText
= null;
98
var existingValue = Interlocked.CompareExchange(ref
_sourceText
, text, null);
1 reference to _sourceText
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\TemporaryStorage\TrivialTemporaryStorageService.cs (1)
88
=>
_sourceText
?? throw new InvalidOperationException();