3 writes to _identity
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (3)
1285_identity = address.Identity; 1303set { _identity = value; } 1376_identity = identity;
2 references to _identity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (2)
1302get { return _identity; } 1384_identity,