7 references to SmallSource
Microsoft.CodeAnalysis.UnitTests (7)
EmbeddedTextTests.cs (7)
116
var bytes = Encoding.UTF8.GetBytes(
SmallSource
);
130
var bytes = Encoding.UTF8.GetBytes(
SmallSource
);
145
var source = SourceText.From(
SmallSource
, Encoding.UTF8, SourceHashAlgorithm.Sha1);
152
AssertEx.Equal(Encoding.UTF8.GetPreamble().Concat(Encoding.UTF8.GetBytes(
SmallSource
)), text.Blob.Skip(4));
200
var expected = SourceText.From(
SmallSource
, Encoding.UTF8, SourceHashAlgorithm.Sha1);
203
var actual = SourceText.From(new StringReader(
SmallSource
),
SmallSource
.Length, Encoding.UTF8, SourceHashAlgorithm.Sha1);