9 references to GetStorageType
System.Private.Xml (9)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
4963
return XmlILTypeHelper.
GetStorageType
(nd.XmlType!);
4971
return XmlILTypeHelper.
GetStorageType
(typ);
4979
return XmlILTypeHelper.
GetStorageType
(nd.XmlType!.Prime);
4987
return XmlILTypeHelper.
GetStorageType
(typ.Prime);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
480
Debug.Assert(XmlILTypeHelper.
GetStorageType
(xmlType).IsAssignableFrom(value.GetType()),
680
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)
213
paramTypes[arg] = XmlILTypeHelper.
GetStorageType
(ndParam.XmlType!);
229
typReturn = XmlILTypeHelper.
GetStorageType
(ndFunc.XmlType!);
259
typReturn = XmlILTypeHelper.
GetStorageType
(ndRef.XmlType!);