3 writes to _xmlSchemaCollectionOwningSchema
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (3)
167
this.
_xmlSchemaCollectionOwningSchema
= xmlSchemaCollectionOwningSchema;
255
_xmlSchemaCollectionOwningSchema
= value;
1048
destination.
_xmlSchemaCollectionOwningSchema
= _xmlSchemaCollectionOwningSchema;
2 references to _xmlSchemaCollectionOwningSchema
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
251
string xmlSchemaCollectionOwningSchema =
_xmlSchemaCollectionOwningSchema
;
1048
destination._xmlSchemaCollectionOwningSchema =
_xmlSchemaCollectionOwningSchema
;