2 references to TypeNameMatches
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\MoveType\AbstractMoveTypeService.cs (2)
181if (TypeNameMatches(documentNameWithoutExtension, typeName, arity)) 194if (!TypeNameMatches(fileNameParts[i], typeNameParts[i].name, typeNameParts[i].arity))