9 types derived from InstanceTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\StateMachineRewriter\SynthesizedContainer.vb (1)
20Inherits InstanceTypeSymbol
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
13Inherits InstanceTypeSymbol
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
27Inherits InstanceTypeSymbol
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
32Inherits InstanceTypeSymbol
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
27Inherits InstanceTypeSymbol
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
20Inherits InstanceTypeSymbol
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
30Inherits InstanceTypeSymbol
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EENamedTypeSymbol.vb (1)
14Inherits InstanceTypeSymbol
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
MockSymbols.vb (1)
121Inherits InstanceTypeSymbol
7 references to InstanceTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\LambdaRewriter\LambdaRewriter.vb (2)
1039Dim translatedLambdaContainer As InstanceTypeSymbol 1053translatedLambdaContainer = 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)
348Debug.Assert(TypeOf underlyingType Is InstanceTypeSymbol OrElse