6 references to Utf8NoBom
Microsoft.NET.ProjectData.Tasks (6)
PooledCacheRender.cs (3)
33
public override Encoding Encoding => ProjectDataWriter.
Utf8NoBom
;
117
int byteCount = ProjectDataWriter.
Utf8NoBom
.GetByteCount(this._chars, 0, this._charLength);
119
this._byteLength = ProjectDataWriter.
Utf8NoBom
.GetBytes(this._chars, 0, this._charLength, this._bytes, 0);
ProjectDataWriter.cs (3)
349
byte[] bytes =
Utf8NoBom
.GetBytes(normalized);
435
string existingText =
Utf8NoBom
.GetString(rented!, contentStart, existingContentLength);
440
byte[] mergedBytes =
Utf8NoBom
.GetBytes(merged);