1 write to _sourceText
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TrivialTemporaryStorageService.cs (1)
67_sourceText = sourceText;
3 references to _sourceText
Microsoft.CodeAnalysis.Workspaces (3)
TemporaryStorage\TrivialTemporaryStorageService.cs (3)
68Identifier = new TemporaryStorageIdentifier(Guid.NewGuid().ToString(), 0, _sourceText.Length); 73return _sourceText; 78return Task.FromResult(_sourceText);