3 overrides of IsAnonymousType
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
189Public Overrides ReadOnly Property IsAnonymousType As Boolean
Symbols\SubstitutedNamedType.vb (1)
977Public Overrides ReadOnly Property IsAnonymousType As Boolean
Symbols\UnboundGenericType.vb (1)
94Public Overrides ReadOnly Property IsAnonymousType As Boolean
64 references to IsAnonymousType
Microsoft.CodeAnalysis.VisualBasic (64)
Binding\Binder_Conversions.vb (1)
995Debug.Assert(sourceType.IsDelegateType() AndAlso DirectCast(sourceType, NamedTypeSymbol).IsAnonymousType AndAlso targetType.IsDelegateType() AndAlso
Binding\Binder_Delegates.vb (1)
1247receiver.Type.IsAnonymousType Then
BoundTree\BoundAnonymousTypeCreationExpression.vb (1)
22Debug.Assert(type.IsAnonymousType)
CodeGen\EmitExpression.vb (3)
2262Debug.Assert(Not node.Field.ContainingType.IsAnonymousType) ' NO anonymous types field access expected 2294Debug.Assert(Not method.ContainingType.IsGenericType AndAlso Not method.ContainingType.IsAnonymousType) 2297Debug.Assert(method.ContainingType.IsGenericType OrElse method.ContainingType.IsAnonymousType)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (2)
314If type.IsAnonymousType Then 623If type.IsAnonymousType Then
Emit\NamedTypeSymbolAdapter.vb (40)
42Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 49Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 55Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 62Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 73Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 85Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 92Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 103Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 110Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 120Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 131Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 146Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 161Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 172Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 237Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 257Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 273Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 342Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 377Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 394Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 413Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 425Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 441Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 453Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 516Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 529Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 542Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 555Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 567Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 580Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 593Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 606Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 619Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 631Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 639Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 664Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 703Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 730Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 746Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType) 755Debug.Assert(Not AdaptedNamedTypeSymbol.IsAnonymousType)
Emit\SymbolTranslator.vb (2)
121If namedTypeSymbol.IsAnonymousType Then 318If container.IsAnonymousType Then
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
680If node.Type.IsAnonymousType AndAlso node.Arguments.Length <> 0 Then
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
1467method.ContainingType.IsAnonymousType AndAlso
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
316DirectCast(node.Operand.Type, NamedTypeSymbol).IsAnonymousType AndAlso
Lowering\SyntheticBoundNodeFactory.vb (1)
895Dim isInGenericType As Boolean = DirectCast(method.ContainingType.GetTupleUnderlyingTypeOrSelf(), NamedTypeSymbol).IsGenericType OrElse method.ContainingType.IsAnonymousType
Semantics\Conversions.vb (2)
1568If Not invoke.ReturnType.IsAnonymousType Then 2951If source.IsAnonymousType AndAlso source.IsDelegateType() AndAlso destination.IsDelegateType() Then
Semantics\TypeInference\TypeArgumentInference.vb (3)
1660Debug.Assert(argumentInvokeProc IsNot Nothing OrElse Not argumentDelegateType.IsAnonymousType) 1663If argumentDelegateType.IsAnonymousType AndAlso Not parameterDelegateType.IsAnonymousType AndAlso
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (2)
252Debug.Assert(type.IsAnonymousType) 263Debug.Assert(type.IsAnonymousType)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
284Debug.Assert(method.ContainingType.IsAnonymousType)
Symbols\SubstitutedNamedType.vb (1)
979Return ConstructedFrom.IsAnonymousType
Symbols\UnboundGenericType.vb (1)
96Return OriginalDefinition.IsAnonymousType