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