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