2 writes to processContents
System.Xml (2)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (2)
40
set {
processContents
= value; }
100
anyAttribute.
processContents
= o1.processContents;
4 references to processContents
System.Xml (4)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (4)
39
get { return
processContents
; }
51
get { return
processContents
== XmlSchemaContentProcessing.None ? XmlSchemaContentProcessing.Strict :
processContents
; }
100
anyAttribute.processContents = o1.
processContents
;