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