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