5 references to Type
Microsoft.CodeAnalysis.CSharp (5)
Binder\RefSafetyAnalysis.cs (1)
701Debug.Assert(placeholder.Type.SpecialType == SpecialType.System_Boolean);
Generated\BoundNodes.xml.Generated.cs (3)
7900if (argumentIndex != this.ArgumentIndex || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 12034TypeSymbol? type = this.VisitType(node.Type); 16878new TreeDumperNode("type", node.Type, null),
Lowering\LocalRewriter\LocalRewriter_StringInterpolation.cs (1)
57TypeSymbol localType = trailingParameter.Type;