4 references to GenericParameterNestedLevelAttribute
System.Runtime.Serialization (4)
System\Runtime\Serialization\SchemaExporter.cs (2)
322
XmlAttribute nestedLevelAttribute = XmlDoc.CreateAttribute(Globals.
GenericParameterNestedLevelAttribute
);
332
XmlAttribute typeNestedLevelsAttribute = XmlDoc.CreateAttribute(Globals.
GenericParameterNestedLevelAttribute
);
System\Runtime\Serialization\SchemaImporter.cs (2)
1319
XmlNode nestedLevelAttribute = argumentElement.Attributes.GetNamedItem(Globals.
GenericParameterNestedLevelAttribute
);
1333
XmlNode typeNestedLevelsAttribute = typeElement.Attributes.GetNamedItem(Globals.
GenericParameterNestedLevelAttribute
);