2 references to innerXml
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\XmlDocumentSurrogate.cs (2)
38
if (!string.IsNullOrEmpty(this.
innerXml
))
39
doc.InnerXml = this.
innerXml
;