3 writes to schema
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaHelper.cs (1)
25this.schema = schema;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
264schemaObjectInfo.schema = schema; 301schemaObjectInfo.schema = schema;
2 references to schema
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaHelper.cs (2)
55if (schemaObjectInfo.schema != null) 56return schemaObjectInfo.schema;