3 references to Subtraction
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
378
return PredefinedOperator.
Subtraction
;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
386
Return PredefinedOperator.
Subtraction
Microsoft.CodeAnalysis.Workspaces (1)
IMethodSymbolExtensions.cs (1)
97
WellKnownMemberNames.SubtractionOperatorName or WellKnownMemberNames.CheckedSubtractionOperatorName or WellKnownMemberNames.UnaryNegationOperatorName or WellKnownMemberNames.CheckedUnaryNegationOperatorName => PredefinedOperator.
Subtraction
,