4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\EmitExpression.cs (1)
3404_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)
2474if (analysisKind != this.AnalysisKind || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10782TypeSymbol? type = this.VisitType(node.Type); 14972new TreeDumperNode("type", node.Type, null),