9 types derived from InstanceTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\StateMachineRewriter\SynthesizedContainer.vb (1)
20
Inherits
InstanceTypeSymbol
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
13
Inherits
InstanceTypeSymbol
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
27
Inherits
InstanceTypeSymbol
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
32
Inherits
InstanceTypeSymbol
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
27
Inherits
InstanceTypeSymbol
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
20
Inherits
InstanceTypeSymbol
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
30
Inherits
InstanceTypeSymbol
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EENamedTypeSymbol.vb (1)
14
Inherits
InstanceTypeSymbol
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
MockSymbols.vb (1)
121
Inherits
InstanceTypeSymbol
7 references to InstanceTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\LambdaRewriter\LambdaRewriter.vb (2)
1039
Dim translatedLambdaContainer As
InstanceTypeSymbol
1053
translatedLambdaContainer = DirectCast(_topLevelMethod.ContainingType,
InstanceTypeSymbol
)
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
49
Friend Sub New(containingType As
InstanceTypeSymbol
,
Lowering\MethodToClassRewriter\MethodToClassRewriter.MyBaseMyClassWrapper.vb (2)
90
Dim wrapperMethod As New SynthesizedWrapperMethod(DirectCast(containingType,
InstanceTypeSymbol
), method, wrapperMethodName, syntax)
167
Friend Sub New(containingType As
InstanceTypeSymbol
,
Symbols\SubstitutedNamedType.vb (1)
34
Debug.Assert(TypeOf substitution.TargetGenericDefinition Is
InstanceTypeSymbol
) ' Required to ensure symmetrical equality
Symbols\Tuples\TupleTypeSymbol.vb (1)
348
Debug.Assert(TypeOf underlyingType Is
InstanceTypeSymbol
OrElse