4 instantiations of ServerVarCharBuffer
System.Web (4)
Hosting\ISAPIWorkerRequest.cs (4)
2162ServerVarCharBuffer buffer = new ServerVarCharBuffer(); 2208ServerVarCharBuffer buffer = new ServerVarCharBuffer(); 2245ServerVarCharBuffer buf = new ServerVarCharBuffer(); 2259ServerVarCharBuffer buf = new ServerVarCharBuffer();
6 references to ServerVarCharBuffer
System.Web (6)
Hosting\ISAPIWorkerRequest.cs (6)
2162ServerVarCharBuffer buffer = new ServerVarCharBuffer(); 2208ServerVarCharBuffer buffer = new ServerVarCharBuffer(); 2245ServerVarCharBuffer buf = new ServerVarCharBuffer(); 2259ServerVarCharBuffer buf = new ServerVarCharBuffer(); 2271private String GetUnicodeServerVariable(String name, ServerVarCharBuffer buffer) { 2287private String GetUnicodeServerVariable(int nameIndex, ServerVarCharBuffer buffer) {