8 types derived from InstanceTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (8)
Lowering\StateMachineRewriter\SynthesizedContainer.vb (1)
20Inherits InstanceTypeSymbol
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
14Inherits InstanceTypeSymbol
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
28Inherits InstanceTypeSymbol
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
25Inherits InstanceTypeSymbol
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
27Inherits InstanceTypeSymbol
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
20Inherits InstanceTypeSymbol
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
31Inherits InstanceTypeSymbol
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (1)
12Inherits InstanceTypeSymbol
7 references to InstanceTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\LambdaRewriter\LambdaRewriter.vb (2)
1083Dim translatedLambdaContainer As InstanceTypeSymbol 1101translatedLambdaContainer = DirectCast(_topLevelMethod.ContainingType, InstanceTypeSymbol)
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
49Friend Sub New(containingType As InstanceTypeSymbol,
Lowering\MethodToClassRewriter\MethodToClassRewriter.MyBaseMyClassWrapper.vb (2)
90Dim wrapperMethod As New SynthesizedWrapperMethod(DirectCast(containingType, InstanceTypeSymbol), method, wrapperMethodName, syntax) 167Friend Sub New(containingType As InstanceTypeSymbol,
Symbols\SubstitutedNamedType.vb (1)
34Debug.Assert(TypeOf substitution.TargetGenericDefinition Is InstanceTypeSymbol) ' Required to ensure symmetrical equality
Symbols\Tuples\TupleTypeSymbol.vb (1)
353Debug.Assert(TypeOf underlyingType Is InstanceTypeSymbol OrElse