2 writes to Comment
System.ServiceModel (2)
System\ServiceModel\Channels\PnrpPeerResolver.cs (2)
732reg.Comment = comment; 2098pnrpRegistration.Comment = querySet.Comment;
5 references to Comment
System.ServiceModel (5)
System\ServiceModel\Channels\PnrpPeerResolver.cs (5)
379if (input == null || String.IsNullOrEmpty(input.Comment)) 388CharEncoder.Decode(input.Comment, out version, out protocolScheme, out guids); 598if (!results.TryGetValue(reg.Comment, out entry)) 601results.Add(reg.Comment, reg); 1886registerQuery.Comment = registration.Comment;