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