2 writes to NullInstance
System.Data (2)
fx\src\data\System\Data\Sql\sqlnorm.cs (2)
112this.NullInstance = fi.GetValue(null); 115this.NullInstance = pi.GetValue(null, null);
2 references to NullInstance
System.Data (2)
fx\src\data\System\Data\Sql\sqlnorm.cs (2)
125return this.NullInstance != null; 147result = this.NullInstance;