4 references to IsValidMSBuildName
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
SyncedSource\FileBasedPrograms\FileBasedProgramDirectiveValueHelpers.cs (1)
73
if (!
IsValidMSBuildName
(token.Substring(0, separatorIndex), out _))
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (3)
598
return end < text.Length && text[end] == '=' &&
IsValidMSBuildName
(name, out _);
749
if (!
IsValidMSBuildName
(name, out var nameError))
897
if (!
IsValidMSBuildName
(propertyName, out var nameError))