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)
68
Identifier = new TemporaryStorageIdentifier(Guid.NewGuid().ToString(), 0,
_sourceText
.Length);
73
return
_sourceText
;
78
return Task.FromResult(
_sourceText
);