10 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
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\AbstractCodeModelService.cs (1)
968
else if (position == null || position == Type.
Missing
)
CodeModel\FileCodeModel_CodeGen.cs (2)
106
if (itemOrArray != null && itemOrArray != DBNull.Value && itemOrArray != Type.
Missing
)
668
if (position == Type.
Missing
)
CodeModel\InternalElements\CodeAttribute.cs (1)
128
if (nameObj == Type.
Missing
||
System.Private.CoreLib (2)
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\MethodInvoker.cs (1)
22
/// <see cref="Type.
Missing
"/> is specified. In addition, the target method may be inlined for performance and not
System.Reflection.MetadataLoadContext (1)
System\Reflection\DefaultBinder.cs (1)
362
if (args != null && args[i] == Type.
Missing
)
Test.Utilities (1)
CodeMetricsTestsBase.cs (1)
140
parameters.AsSpan().Fill(Type.
Missing
);