2 references to StartsWithAlias
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
ParenthesizedExpressionSyntaxExtensions.cs (2)
507if (castExpression.Type is NameSyntax name && StartsWithAlias(name)) 536return StartsWithAlias(qualifiedName.Left);