1 write to m_type
System.Data (1)
fx\src\data\System\Data\Sql\sqlser.cs (1)
147
this.
m_type
= t;
2 references to m_type
System.Data (2)
fx\src\data\System\Data\Sql\sqlser.cs (2)
168
object result = m_normalizer.DeNormalizeTopObject(this.
m_type
, s);
185
object instance = Activator.CreateInstance(
m_type
);