3 instantiations of Preprocessor
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
1230
Preprocessor prep = new
Preprocessor
(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
392
Preprocessor prep = new
Preprocessor
(nameTable, new SchemaNames(nameTable), null);
781
Preprocessor prep = new
Preprocessor
(nameTable, new SchemaNames(nameTable), null);
14 references to Preprocessor
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (2)
89
XmlSchema schemaForXmlNS =
Preprocessor
.GetBuildInSchema();
112
XmlSchema schemaForXmlNS =
Preprocessor
.GetBuildInSchema();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
166
if (listSchema ==
Preprocessor
.GetBuildInSchema())
182
if (schema ==
Preprocessor
.GetBuildInSchema())
338
include.Schema =
Preprocessor
.GetBuildInSchema();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
212
include.Schema =
Preprocessor
.GetBuildInSchema();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
654
XmlSchema parentSchema =
Preprocessor
.GetParentSchema(simpleType);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
633
XmlSchema xmlNSSchema =
Preprocessor
.GetBuildInSchema();
686
if (currentSchema ==
Preprocessor
.GetBuildInSchema())
1230
Preprocessor
prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings);
1573
XmlSchema schemaForXmlNS =
Preprocessor
.GetBuildInSchema();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1828
localSet.Add(
Preprocessor
.GetBuildInSchema());
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
392
Preprocessor
prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null);
781
Preprocessor
prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null);