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