Base:
property
Name
Microsoft.Xml.XmlNode.Name
4 references to Name
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (4)
884
switch (eref.
Name
)
911
if (Ref.Equal(ent.Name, eref.
Name
))
913
ParsePartialContent(eref, EntitizeName(eref.
Name
), XmlNodeType.EntityReference);
926
throw new XmlException(ResXml.Xml_UndeclaredParEntity, eref.
Name
);