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