5 references to ProcessEntity
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
329ProcessEntity(schemaInfo, name, this, EventHandler, Reader.BaseURI, PositionInfo.LineNumber, PositionInfo.LinePosition);
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (3)
434ProcessEntity(schemaInfo, name, this, EventHandler, reader.BaseURI, PositionInfo.LineNumber, PositionInfo.LinePosition); 592ProcessEntity(sinfo, ss[i], sender, eventhandler, baseUri, lineNo, linePos); 597ProcessEntity(sinfo, (string)typedValue, sender, eventhandler, baseUri, lineNo, linePos);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
695ProcessEntity(schemaInfo, name, this, EventHandler, reader.BaseURI, PositionInfo.LineNumber, PositionInfo.LinePosition);