1 instantiation of StreamWrapper
mscorlib (1)
system\resources\resourcewriter.cs (1)
212
_resourceList.Add(name, new
StreamWrapper
(value, closeAfterWrite));
3 references to StreamWrapper
mscorlib (3)
system\resources\resourcewriter.cs (3)
565
else if (type == typeof(
StreamWrapper
))
683
StreamWrapper
sw = (
StreamWrapper
)value;