3 references to Instance
Microsoft.CodeAnalysis.CSharp.Features (3)
CSharpAddRequiredExpressionParenthesesDiagnosticAnalyzer.cs (1)
22
: base(CSharpExpressionPrecedenceService.
Instance
)
CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer.cs (1)
92
parentPrecedenceKind = CSharpExpressionPrecedenceService.
Instance
.GetPrecedenceKind(parentExpression);
Wrapping\BinaryExpression\CSharpBinaryExpressionWrapper.cs (1)
18
: base(CSharpIndentationService.Instance, CSharpSyntaxFacts.Instance, CSharpExpressionPrecedenceService.
Instance
)