1 write to IsExternal
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
1273
entity.
IsExternal
= true;
3 references to IsExternal
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
3347
if (entity.
IsExternal
)
3461
if (inAttribute && entity.
IsExternal
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaEntity.cs (1)
47
get { return ((SchemaEntity)this).
IsExternal
; }