1 write to prefix
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
1050prefix = string.Concat(Guid.NewGuid().ToString(), "+id=");
1 reference to prefix
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
1056return string.Format(CultureInfo.InvariantCulture, "{0}{1}", prefix, nextId);