4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\EmitExpression.cs (1)
3662_builder.EmitToken(_module.GetInstrumentationPayloadRoot(node.AnalysisKind, _module.Translate(node.Type, node.Syntax, _diagnostics.DiagnosticBag), node.Syntax, _diagnostics.DiagnosticBag), node.Syntax, _diagnostics.DiagnosticBag);
Generated\BoundNodes.xml.Generated.cs (3)
2515if (analysisKind != this.AnalysisKind || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11167TypeSymbol? type = this.VisitType(node.Type); 15518new TreeDumperNode("type", node.Type, null),