9 references to Missing
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (2)
609
If (ArgType Is Type.
Missing
) AndAlso Parameters(ParmIndex).IsOptional Then
826
If (ArgType Is Type.
Missing
) AndAlso Parameters(ParmIndex).IsOptional Then
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (2)
207
if (defaultValueBinding && args[index] == Type.
Missing
)
879
if (args != null && args[i] == Type.
Missing
)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (1)
21
/// <see cref="Type.
Missing
"/> is specified. In addition, the target constructor may be inlined for performance and not
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBaseInvoker.cs (1)
360
if (ReferenceEquals(arg, Type.
Missing
))
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (1)
22
/// <see cref="Type.
Missing
"/> is specified. In addition, the target method may be inlined for performance and not
src\System\Reflection\RuntimeParameterInfo.cs (1)
290
defaultValue = Type.
Missing
;
System.Reflection.MetadataLoadContext (1)
System\Reflection\DefaultBinder.cs (1)
368
if (args != null && args[i] == Type.
Missing
)