20 references to @Skip
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
871
iSerializableWildcardElement.ProcessContents = XmlSchemaContentProcessing.
Skip
;
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2196
case global::System.Xml.Schema.XmlSchemaContentProcessing.
@Skip
: s = @"skip"; break;
7272
case @"skip": return global::System.Xml.Schema.XmlSchemaContentProcessing.
@Skip
;
System.Xml (17)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
562
if (validator.CurrentProcessContents == XmlSchemaContentProcessing.
Skip
) {
System\Xml\Schema\SchemaInfo.cs (1)
206
else if (any.ProcessContentsCorrect != XmlSchemaContentProcessing.
Skip
) {
System\Xml\Schema\XmlSchemaComplexType.cs (1)
45
anyTypeSkip = CreateAnyType(XmlSchemaContentProcessing.
Skip
);
System\Xml\Schema\XmlSchemaValidator.cs (9)
400
if (processContents != XmlSchemaContentProcessing.
Skip
) {
419
context.NeedValidateChildren = processContents != XmlSchemaContentProcessing.
Skip
;
509
else if (processContents != XmlSchemaContentProcessing.
Skip
) {
1146
processContents = context.ProcessContents = XmlSchemaContentProcessing.
Skip
;
1169
processContents = context.ProcessContents = XmlSchemaContentProcessing.
Skip
;
1179
processContents = context.ProcessContents = XmlSchemaContentProcessing.
Skip
;
1356
if (elementDecl == null && processContents != XmlSchemaContentProcessing.
Skip
) {
1463
processContents = context.ProcessContents = XmlSchemaContentProcessing.
Skip
;
1467
processContents = context.ProcessContents = XmlSchemaContentProcessing.
Skip
;
System\Xml\Schema\XsdValidator.cs (4)
176
processContents = context.ProcessContents = XmlSchemaContentProcessing.
Skip
;
195
if (processContents != XmlSchemaContentProcessing.
Skip
) {
214
context.NeedValidateChildren = processContents != XmlSchemaContentProcessing.
Skip
;
402
bool skipContents = (processContents == XmlSchemaContentProcessing.
Skip
);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
656
case XmlSchemaContentProcessing.
@Skip
:s = @"skip"; break;