4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
Binder\RefSafetyAnalysis.cs (1)
902Debug.Assert(node.ArgumentPlaceholders.All(p => p is BoundImplicitIndexerValuePlaceholder { Type.SpecialType: SpecialType.System_Int32 }));
Generated\BoundNodes.xml.Generated.cs (3)
730if (!TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10857TypeSymbol? type = this.VisitType(node.Type); 15050new TreeDumperNode("type", node.Type, null),