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