Searched refs:nullRequest (Results 1 – 3 of 3) sorted by relevance
112 string nullRequest = null; // will throw when serializing in AsyncUnary_RequestSerializationExceptionDoesntLeakResources()113 … Assert.Throws(typeof(ArgumentNullException), () => asyncCall.UnaryCallAsync(nullRequest)); in AsyncUnary_RequestSerializationExceptionDoesntLeakResources()130 string nullRequest = null; // will throw when serializing in SyncUnary_RequestSerializationExceptionDoesntLeakResources()131 Assert.Throws(typeof(ArgumentNullException), () => asyncCall.UnaryCall(nullRequest)); in SyncUnary_RequestSerializationExceptionDoesntLeakResources()452 string nullRequest = null; // will throw when serializing in ServerStreaming_RequestSerializationExceptionDoesntLeakResources()453 …ssert.Throws(typeof(ArgumentNullException), () => asyncCall.StartServerStreamingCall(nullRequest)); in ServerStreaming_RequestSerializationExceptionDoesntLeakResources()
135 protected boolean nullRequest; field in SIPMessage1877 return this.nullRequest; in isNullRequest()1885 this.nullRequest = true; in setNullRequest()
387 this.nullRequest = false; in setRequestURI()