2 references to CreateDottedName
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (2)
320
INamedTypeSymbol { ContainingType: { } containingType } =>
CreateDottedName
(originalName, currentName, containingType),
323
namedType.Equals(containingType) ?
CreateDottedName
(originalName, currentName, containingType) : currentName,