2 implementations of IsValidIdentifier
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
LanguageService\VisualBasicPackage.IVbCompiler.vb (1)
31
Public Function
IsValidIdentifier
(wszIdentifier As String) As Boolean Implements IVbCompiler.IsValidIdentifier
ProjectSystemShim\TempPECompiler.vb (1)
53
Public Function
IsValidIdentifier
(wszIdentifier As String) As Boolean Implements IVbCompiler.IsValidIdentifier
2 references to IsValidIdentifier
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
LanguageService\VisualBasicPackage.IVbCompiler.vb (1)
31
Public Function IsValidIdentifier(wszIdentifier As String) As Boolean Implements IVbCompiler.
IsValidIdentifier
ProjectSystemShim\TempPECompiler.vb (1)
53
Public Function IsValidIdentifier(wszIdentifier As String) As Boolean Implements IVbCompiler.
IsValidIdentifier