4 overrides of ExtendedSpecialType
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Metadata\PE\PENamedTypeSymbolWithEmittedNamespaceName.vb (1)
44
Public Overrides ReadOnly Property
ExtendedSpecialType
As ExtendedSpecialType
Symbols\MissingMetadataTypeSymbol.vb (2)
181
Public Overrides ReadOnly Property
ExtendedSpecialType
As ExtendedSpecialType
291
Public Overrides ReadOnly Property
ExtendedSpecialType
As ExtendedSpecialType
Symbols\Source\SourceNamedTypeSymbol.vb (1)
101
Public Overrides ReadOnly Property
ExtendedSpecialType
As ExtendedSpecialType
10 references to ExtendedSpecialType
Microsoft.CodeAnalysis.VisualBasic (10)
Compilation\VisualBasicCompilation.vb (1)
1960
Debug.Assert(result.
ExtendedSpecialType
= typeId)
Lowering\LocalRewriter\LocalRewriter.vb (2)
883
Debug.Assert(node.Type.
ExtendedSpecialType
= InternalSpecialType.System_Type OrElse
892
If node.Type.
ExtendedSpecialType
= InternalSpecialType.System_Type Then
Lowering\SyntheticBoundNodeFactory.vb (4)
847
Debug.Assert(systemTypeSymbol.
ExtendedSpecialType
= InternalSpecialType.System_Type OrElse
852
If systemTypeSymbol.
ExtendedSpecialType
= InternalSpecialType.System_Type Then
890
Debug.Assert(systemReflectionMethodInfo.
ExtendedSpecialType
= InternalSpecialType.System_Reflection_MethodInfo OrElse
897
If systemReflectionMethodInfo.
ExtendedSpecialType
= InternalSpecialType.System_Reflection_MethodInfo Then
Symbols\MetadataOrSourceAssemblySymbol.vb (1)
70
Dim typeId As ExtendedSpecialType = corType.
ExtendedSpecialType
Symbols\TypeSymbol.vb (1)
289
Return CType(
ExtendedSpecialType
, SpecialType)
Symbols\WellKnownMembers.vb (1)
678
Return CInt(type.
ExtendedSpecialType
) = typeId