3 references to TypeNameMatchesDocumentName
Microsoft.CodeAnalysis.Workspaces (3)
Rename\Renamer.RenameSymbolDocumentAction.cs (1)
109
if (symbol is null || WorkspacePathUtilities.
TypeNameMatchesDocumentName
(documentWithNewName, symbol.Name))
Utilities\WorkspacePathUtilities.cs (2)
24
/// name is null, returns false. Otherwise uses <see cref="
TypeNameMatchesDocumentName
(Document, string)"/>
29
return name != null &&
TypeNameMatchesDocumentName
(document, name);