4 references to StreamMappedString
Microsoft.Build.Tasks.Core (1)
StreamMappedString.cs (1)
74
:
this
(binaryStream, forceANSI, /* pageSize */ DefaultPageSize)
Microsoft.Build.Tasks.UnitTests (3)
StreamMappedString_Tests.cs (3)
114
StreamMappedString s = new
StreamMappedString
(stream, false, /* pageSize */ 1);
123
StreamMappedString s = new
StreamMappedString
(stream, false, 7);
237
StreamMappedString s = new
StreamMappedString
(stream, false, 256);