1 override of IsValidIdentifier
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
2933protected override bool IsValidIdentifier(string value)
2 references to IsValidIdentifier
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (2)
625return this.IsValidIdentifier(value); 2163if (!IsValidIdentifier(value))