9 instantiations of XdrEntry
System.Private.Xml (9)
System\Xml\Schema\XdrBuilder.cs (9)
315new XdrEntry( SchemaNames.Token.Empty, s_XDR_Root_Element, null, 320new XdrEntry( SchemaNames.Token.XdrRoot, s_XDR_Root_SubElements, s_XDR_Root_Attributes, 325new XdrEntry( SchemaNames.Token.XdrElementType, s_XDR_ElementType_SubElements, s_XDR_ElementType_Attributes, 330new XdrEntry( SchemaNames.Token.XdrAttributeType, s_XDR_AttributeType_SubElements, s_XDR_AttributeType_Attributes, 335new XdrEntry( SchemaNames.Token.XdrElement, null, s_XDR_Element_Attributes, 340new XdrEntry( SchemaNames.Token.XdrAttribute, null, s_XDR_Attribute_Attributes, 345new XdrEntry( SchemaNames.Token.XdrGroup, s_XDR_Group_SubElements, s_XDR_Group_Attributes, 350new XdrEntry( SchemaNames.Token.XdrDatatype, null, s_XDR_ElementDataType_Attributes, 355new XdrEntry( SchemaNames.Token.XdrDatatype, null, s_XDR_AttributeDataType_Attributes,
4 references to XdrEntry
System.Private.Xml (4)
System\Xml\Schema\XdrBuilder.cs (4)
313private static readonly XdrEntry[] s_schemaEntries = 368private XdrEntry _CurState; 369private XdrEntry? _NextState; 608_CurState = (XdrEntry)_StateHistory.Pop()!;