1 write to schemaTypeForWSDL
System.Data (1)
fx\src\data\System\Data\DataSet.cs (1)
3315
schemaTypeForWSDL
= tempWSDL;
2 references to schemaTypeForWSDL
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
3286
if (
schemaTypeForWSDL
== null) { // to change the config file, appdomain needs to restart; so it seems safe to cache the schema
3317
return
schemaTypeForWSDL
;