4 references to GenericParameterNestedLevelAttribute
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\SchemaExporter.cs (2)
317
XmlAttribute nestedLevelAttribute = XmlDoc.CreateAttribute(Globals.
GenericParameterNestedLevelAttribute
);
327
XmlAttribute typeNestedLevelsAttribute = XmlDoc.CreateAttribute(Globals.
GenericParameterNestedLevelAttribute
);
System\Runtime\Serialization\SchemaImporter.cs (2)
1303
XmlNode? nestedLevelAttribute = argumentElement.Attributes.GetNamedItem(Globals.
GenericParameterNestedLevelAttribute
);
1318
XmlNode? typeNestedLevelsAttribute = typeElement.Attributes.GetNamedItem(Globals.
GenericParameterNestedLevelAttribute
);