13 references to ToDowncastedImmutable
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamespaceSymbol.cs (1)
564: StaticCast<NamespaceOrTypeSymbol>.From(builder.ToDowncastedImmutable<NamedTypeSymbol>());
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Expressions.vb (2)
3131lookupResult.Symbols.ToDowncastedImmutable(Of PropertySymbol), 4767lookupResult.Symbols.ToDowncastedImmutable(Of PropertySymbol),
Binding\Binder_Invocation.vb (1)
43lookupResult.Symbols.ToDowncastedImmutable(Of MethodSymbol),
Binding\Binder_Statements.vb (1)
4160lookupResult.Symbols.ToDowncastedImmutable(Of PropertySymbol),
Binding\Binder_XmlLiterals.vb (2)
988result.Symbols.ToDowncastedImmutable(Of MethodSymbol), 994result.Symbols.ToDowncastedImmutable(Of PropertySymbol),
BoundTree\BoundMethodGroup.vb (1)
74methods = lookup.Symbols.ToDowncastedImmutable(Of MethodSymbol)()
Lowering\AsyncRewriter\AsyncRewriter.vb (2)
557result.Symbols.ToDowncastedImmutable(Of MethodSymbol), 615result.Symbols.ToDowncastedImmutable(Of PropertySymbol),
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
841result.Symbols.ToDowncastedImmutable(Of MethodSymbol),
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (1)
113Dim methodGroup = New BoundMethodGroup(node.Syntax, Nothing, lookup.Symbols.ToDowncastedImmutable(Of MethodSymbol), lookup.Kind, Nothing, QualificationKind.QualifiedViaTypeName).MakeCompilerGenerated()
Symbols\Source\SourceNamespaceSymbol.vb (1)
206members = StaticCast(Of NamespaceOrTypeSymbol).From(builder.ToDowncastedImmutable(Of NamedTypeSymbol)())