10 references to Empty
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1030
_blockDefault = XmlSchemaDerivationMethod.
Empty
;
1046
_finalDefault = XmlSchemaDerivationMethod.
Empty
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
1912
else if (attributeBase.AttributeSchemaType == null || attribute.AttributeSchemaType == null || !XmlSchemaType.IsDerivedFrom(attribute.AttributeSchemaType, attributeBase.AttributeSchemaType, XmlSchemaDerivationMethod.
Empty
))
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
445
_blockDefault = XmlSchemaDerivationMethod.
Empty
;
461
_finalDefault = XmlSchemaDerivationMethod.
Empty
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
2259
else if (attributeBase.AttributeSchemaType == null || attribute.AttributeSchemaType == null || !XmlSchemaType.IsDerivedFrom(attribute.AttributeSchemaType, attributeBase.AttributeSchemaType, XmlSchemaDerivationMethod.
Empty
))
2327
else if (attributeBase.AttributeSchemaType == null || attribute.AttributeSchemaType == null || !XmlSchemaType.IsDerivedFrom(attribute.AttributeSchemaType, attributeBase.AttributeSchemaType, XmlSchemaDerivationMethod.
Empty
))
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
3894
case Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@Empty
: s = @""; break;
3908
@"#all" }, new System.Int64[] { (long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@Empty
,
10723
h.Add(@"", (long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@Empty
);