1 write to _byteLength
Microsoft.NET.ProjectData.Tasks (1)
PooledCacheRender.cs (1)
119
this.
_byteLength
= ProjectDataWriter.Utf8NoBom.GetBytes(this._chars, 0, this._charLength, this._bytes, 0);
1 reference to _byteLength
Microsoft.NET.ProjectData.Tasks (1)
PooledCacheRender.cs (1)
37
public int ByteLength => this.
_byteLength
;