1 write to _idPrefix
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SendSecurityHeader.cs (1)
201_idPrefix = string.IsNullOrEmpty(value) || value == "_" ? null : value;
3 references to _idPrefix
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\SendSecurityHeader.cs (3)
197get { return _idPrefix; } 489if (_idPrefix != null) 491return _idPrefix + id;