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