7 references to Missing
mscorlib (7)
system\defaultbinder.cs (2)
214
if (defaultValueBinding && args[paramOrder[i][j]] == Type.
Missing
)
826
if (args != null && args[i] == Type.
Missing
)
system\reflection\methodbase.cs (1)
350
if (arg == Type.
Missing
)
system\reflection\parameterinfo.cs (1)
591
defaultValue = Type.
Missing
;
system\variant.cs (3)
117
internal static readonly Variant Missing = new Variant(Variant.CV_MISSING, Type.
Missing
, 0, 0);
297
if (obj == Type.
Missing
) {
411
return Type.
Missing
;