7 references to Value
mscorlib (2)
system\type.cs (1)
51
public static readonly Object Missing = System.Reflection.Missing.
Value
;
system\unityserializationholder.cs (1)
242
return Missing.
Value
;
System (3)
net\System\Net\_AutoWebProxyScriptHelper.cs (2)
450
if (gmt != null && gmt != DBNull.Value && gmt != Missing.
Value
)
458
if (wd2 != null && wd2 != DBNull.Value && gmt != Missing.
Value
)
net\System\Net\HttpWebRequest.cs (1)
2339
object pendResult = returnResult == null ? (object) Missing.
Value
: returnResult;
System.AddIn.Contract (2)
System\Addin\Contract\RemoteArgument.cs (2)
118
else if ((typeCodeToUse == TypeCode.Empty) && (value != System.Reflection.Missing.
Value
))
811
return System.Reflection.Missing.
Value
;