9 references to Type
Microsoft.CodeAnalysis.CSharp (9)
Compilation\MemberSemanticModel.cs (2)
1087var anonymousType = bound.Type as NamedTypeSymbol; 1103return (bound == null) ? null : (bound.Type as NamedTypeSymbol).GetPublicSymbol();
FlowAnalysis\NullableWalker.cs (2)
4371Debug.Assert(node.Type.IsAnonymousType); 4373var anonymousType = (NamedTypeSymbol)node.Type;
Generated\BoundNodes.xml.Generated.cs (4)
7001if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(constructor, this.Constructor) || arguments != this.Arguments || declarations != this.Declarations || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11877TypeSymbol? type = this.VisitType(node.Type); 14280updatedNode = node.Update(constructor, arguments, declarations, node.Type); 16628new TreeDumperNode("type", node.Type, null),
Lowering\LocalRewriter\LocalRewriter_AnonymousObjectCreation.cs (1)
34type: node.Type);