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