3 references to SystemId
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntityReference.cs (3)
207
if (ent.
SystemId
!= null && ent.
SystemId
.Length > 0)
208
return ConstructBaseURI(ent.BaseURI, ent.
SystemId
);