Searched refs:ValidationRegex (Results 1 – 1 of 1) sorted by relevance
184 private static readonly Regex ValidationRegex = new Regex("^[_A-Za-z][_A-Za-z0-9]*$", field in Google.Protobuf.Reflection.DescriptorPool198 if (!ValidationRegex.IsMatch(descriptor.Name)) in ValidateSymbolName()