9 instantiations of XdrEntry
System.Xml (9)
System\Xml\Schema\XdrBuilder.cs (9)
303
new
XdrEntry
( SchemaNames.Token.Empty, S_XDR_Root_Element, null,
308
new
XdrEntry
( SchemaNames.Token.XdrRoot, S_XDR_Root_SubElements, S_XDR_Root_Attributes,
313
new
XdrEntry
( SchemaNames.Token.XdrElementType, S_XDR_ElementType_SubElements, S_XDR_ElementType_Attributes,
318
new
XdrEntry
( SchemaNames.Token.XdrAttributeType, S_XDR_AttributeType_SubElements, S_XDR_AttributeType_Attributes,
323
new
XdrEntry
( SchemaNames.Token.XdrElement, null, S_XDR_Element_Attributes,
328
new
XdrEntry
( SchemaNames.Token.XdrAttribute, null, S_XDR_Attribute_Attributes,
333
new
XdrEntry
( SchemaNames.Token.XdrGroup, S_XDR_Group_SubElements, S_XDR_Group_Attributes,
338
new
XdrEntry
( SchemaNames.Token.XdrDatatype, null, S_XDR_ElementDataType_Attributes,
343
new
XdrEntry
( SchemaNames.Token.XdrDatatype, null, S_XDR_AttributeDataType_Attributes,
4 references to XdrEntry
System.Xml (4)
System\Xml\Schema\XdrBuilder.cs (4)
301
private static readonly
XdrEntry
[] S_SchemaEntries =
356
private
XdrEntry
_CurState;
357
private
XdrEntry
_NextState;
564
_CurState = (
XdrEntry
)_StateHistory.Pop();