2 writes to m_fDeterministic
System.Data (2)
fx\src\data\System\Data\Sql\SqlFunctionAttribute.cs (2)
45
m_fDeterministic
= false;
59
m_fDeterministic
= value;
1 reference to m_fDeterministic
System.Data (1)
fx\src\data\System\Data\Sql\SqlFunctionAttribute.cs (1)
56
return
m_fDeterministic
;