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