Home
last modified time | relevance | path

Searched refs:XsdAttributeEntry (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXsdBuilder.cs73 private sealed class XsdAttributeEntry { class in System.Xml.Schema.XsdBuilder
99 XsdAttributeEntry[] attributes, in XsdEntry()
202 private static readonly XsdAttributeEntry[] SchemaAttributes = {
223 private static readonly XsdAttributeEntry[] ElementAttributes = {
309 private static readonly XsdAttributeEntry[] GroupAttributes = {
328 private static readonly XsdAttributeEntry[] AnyAttributes = {
347 private static readonly XsdAttributeEntry[] FieldAttributes = {
359 private static readonly XsdAttributeEntry[] IncludeAttributes = {
364 private static readonly XsdAttributeEntry[] ImportAttributes = {
370 private static readonly XsdAttributeEntry[] FacetAttributes = {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXsdBuilder.cs74 private sealed class XsdAttributeEntry class in System.Xml.Schema.XsdBuilder
95 public XsdAttributeEntry[] Attributes; // allowed attributes
103 XsdAttributeEntry[] attributes, in XsdEntry()
211 private static readonly XsdAttributeEntry[] s_schemaAttributes = {
232 private static readonly XsdAttributeEntry[] s_elementAttributes = {
318 private static readonly XsdAttributeEntry[] s_groupAttributes = {
337 private static readonly XsdAttributeEntry[] s_anyAttributes = {
356 private static readonly XsdAttributeEntry[] s_fieldAttributes = {
373 private static readonly XsdAttributeEntry[] s_importAttributes = {
379 private static readonly XsdAttributeEntry[] s_facetAttributes = {
[all …]