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