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