6 references to Type
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (1)
10597node.Operator.ReturnType ?? node.Type,
Generated\BoundNodes.xml.Generated.cs (4)
1813if (@operator != this.Operator || left != this.Left || right != this.Right || leftPlaceholder != this.LeftPlaceholder || leftConversion != this.LeftConversion || finalPlaceholder != this.FinalPlaceholder || finalConversion != this.FinalConversion || resultKind != this.ResultKind || originalUserDefinedOperatorsOpt != this.OriginalUserDefinedOperatorsOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11083TypeSymbol? type = this.VisitType(node.Type); 12818updatedNode = node.Update(node.Operator, left, right, leftPlaceholder, leftConversion, finalPlaceholder, finalConversion, node.ResultKind, node.OriginalUserDefinedOperatorsOpt, node.Type); 15377new TreeDumperNode("type", node.Type, null),
Lowering\DiagnosticsPass_Warnings.cs (1)
729Error(ErrorCode.WRN_AlwaysNull, node, node.Type);