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