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