1 implementation of IDtdEntityInfo
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaEntity.cs (1)
10
internal sealed class SchemaEntity :
IDtdEntityInfo
32 references to IDtdEntityInfo
dotnet-svcutil-lib (32)
FrameworkFork\Microsoft.Xml\Xml\Core\IDtdInfo.cs (1)
64
IDtdEntityInfo
LookupEntity(string name);
FrameworkFork\Microsoft.Xml\Xml\Core\IDtdParserAdapter.cs (2)
42
bool PushEntity(
IDtdEntityInfo
entity, out int entityId);
44
bool PopEntity(out
IDtdEntityInfo
oldEntity, out int newEntityId);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (11)
264
private
IDtdEntityInfo
_lastEntity;
274
private Dictionary<
IDtdEntityInfo
,
IDtdEntityInfo
> _currentEntities;
2614
internal bool DtdParserProxy_PushEntity(
IDtdEntityInfo
entity, out int entityId)
2635
internal bool DtdParserProxy_PopEntity(out
IDtdEntityInfo
oldEntity, out int newEntityId)
6149
IDtdEntityInfo
entity = null;
8129
private bool PushExternalEntity(
IDtdEntityInfo
entity)
8171
private void PushInternalEntity(
IDtdEntityInfo
entity)
8202
private void RegisterEntity(
IDtdEntityInfo
entity)
8223
_currentEntities = new Dictionary<
IDtdEntityInfo
,
IDtdEntityInfo
>();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (3)
62
internal
IDtdEntityInfo
entity;
276
bool IDtdParserAdapter.PushEntity(
IDtdEntityInfo
entity, out int entityId)
281
bool IDtdParserAdapter.PopEntity(out
IDtdEntityInfo
oldEntity, out int newEntityId)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
3383
IDtdEntityInfo
oldEntity;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaEntity.cs (12)
40
string
IDtdEntityInfo
.Name
45
bool
IDtdEntityInfo
.IsExternal
50
bool
IDtdEntityInfo
.IsDeclaredInExternal
55
bool
IDtdEntityInfo
.IsUnparsedEntity
60
bool
IDtdEntityInfo
.IsParameterEntity
65
string
IDtdEntityInfo
.BaseUriString
70
string
IDtdEntityInfo
.DeclaredUriString
75
string
IDtdEntityInfo
.SystemId
80
string
IDtdEntityInfo
.PublicId
85
string
IDtdEntityInfo
.Text
90
int
IDtdEntityInfo
.LineNumber
95
int
IDtdEntityInfo
.LinePosition
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (1)
448
IDtdEntityInfo
IDtdInfo.LookupEntity(string name)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2795
IDtdEntityInfo
entityInfo = null;