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)
565else if (type == typeof(StreamWrapper)) 683StreamWrapper sw = (StreamWrapper)value;