9 references to GetStorageType
System.Data.SqlXml (9)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
4584
return XmlILTypeHelper.
GetStorageType
(nd.XmlType);
4591
return XmlILTypeHelper.
GetStorageType
(typ);
4598
return XmlILTypeHelper.
GetStorageType
(nd.XmlType.Prime);
4605
return XmlILTypeHelper.
GetStorageType
(typ.Prime);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
466
Debug.Assert(XmlILTypeHelper.
GetStorageType
(xmlType).IsAssignableFrom(value.GetType()),
645
Debug.Assert(XmlILTypeHelper.
GetStorageType
(xmlType).IsAssignableFrom(value.GetType()), "Xml type " + xmlType + " is not represented in ILGen as " + value.GetType().Name);
System\Xml\Xsl\XmlIlGenerator.cs (3)
203
paramTypes[arg] = XmlILTypeHelper.
GetStorageType
(ndParam.XmlType);
217
typReturn = XmlILTypeHelper.
GetStorageType
(ndFunc.XmlType);
244
typReturn = XmlILTypeHelper.
GetStorageType
(ndRef.XmlType);