2 instantiations of UdpAddressingState
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (2)
95
addressingState = new
UdpAddressingState
();
107
addressingState = new
UdpAddressingState
();
3 references to UdpAddressingState
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (3)
83
UdpAddressingState
addressingState = null;
139
UdpAddressingState
state = discoveryMessageProperty.CorrelationState as
UdpAddressingState
;