1 implementation of IsDeclaredInExternal
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaAttDef.cs (1)
86
bool IDtdAttributeInfo.
IsDeclaredInExternal
2 references to IsDeclaredInExternal
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
4564
if (DtdValidation && _standalone && attributeInfo.
IsDeclaredInExternal
)
4602
if (DtdValidation && _standalone && defaultAttributeInfo.
IsDeclaredInExternal
)