3 references to TryGetText
Microsoft.CodeAnalysis.Workspaces (3)
Serialization\SerializableSourceText.cs (3)
82var computedContentHash = TryGetText()?.GetContentHash() ?? _storageHandle!.ContentHash; 96var text = TryGetText(); 108var text = TryGetText();