3 references to PrecomputedEmbeddedTextBlob
Microsoft.CodeAnalysis (3)
EmbeddedText.cs (3)
111if (!text.PrecomputedEmbeddedTextBlob.IsDefault) 113return new EmbeddedText(filePath, text.GetChecksum(), text.ChecksumAlgorithm, text.PrecomputedEmbeddedTextBlob); 298RoslynDebug.Assert(text.PrecomputedEmbeddedTextBlob.IsDefault);