mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
16 lines
1.9 KiB
YAML
16 lines
1.9 KiB
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/csharp-all
|
|
extensible: summaryModel
|
|
data:
|
|
- ["System.Xml.Schema", "XmlSchemaCollection", False, "Add", "(System.Xml.Schema.XmlSchema)", "", "Argument[0]", "Argument[this].Element", "value", "manual"]
|
|
- ["System.Xml.Schema", "XmlSchemaCollection", False, "Add", "(System.Xml.Schema.XmlSchemaCollection)", "", "Argument[0]", "Argument[this].Element", "value", "manual"]
|
|
- ["System.Xml.Schema", "XmlSchemaCollection", False, "CopyTo", "(System.Xml.Schema.XmlSchema[],System.Int32)", "", "Argument[this].Element", "Argument[0].Element", "value", "manual"]
|
|
- ["System.Xml.Schema", "XmlSchemaCollection", False, "GetEnumerator", "()", "", "Argument[this].Element", "ReturnValue.Property[System.Xml.Schema.XmlSchemaCollectionEnumerator.Current]", "value", "manual"]
|
|
- ["System.Xml.Schema", "XmlSchemaObjectCollection", False, "Add", "(System.Xml.Schema.XmlSchemaObject)", "", "Argument[0]", "Argument[this].Element", "value", "manual"]
|
|
- ["System.Xml.Schema", "XmlSchemaObjectCollection", False, "CopyTo", "(System.Xml.Schema.XmlSchemaObject[],System.Int32)", "", "Argument[this].Element", "Argument[0].Element", "value", "manual"]
|
|
- ["System.Xml.Schema", "XmlSchemaObjectCollection", False, "GetEnumerator", "()", "", "Argument[this].Element", "ReturnValue.Property[System.Xml.Schema.XmlSchemaObjectEnumerator.Current]", "value", "manual"]
|
|
- ["System.Xml.Schema", "XmlSchemaObjectCollection", False, "Insert", "(System.Int32,System.Xml.Schema.XmlSchemaObject)", "", "Argument[1]", "Argument[this].Element", "value", "manual"]
|
|
- ["System.Xml.Schema", "XmlSchemaObjectCollection", False, "get_Item", "(System.Int32)", "", "Argument[this].Element", "ReturnValue", "value", "manual"]
|
|
- ["System.Xml.Schema", "XmlSchemaObjectCollection", False, "set_Item", "(System.Int32,System.Xml.Schema.XmlSchemaObject)", "", "Argument[1]", "Argument[this].Element", "value", "manual"]
|