3 references to ToIdentifierCompatibleSubstring
ConfigurationSchemaGenerator (3)
RuntimeSource\Configuration.Binder\Parser\Extensions.cs (2)
98return ToIdentifierCompatibleSubstring(arrayType.ElementType) + suffix; 116sb.Append(ToIdentifierCompatibleSubstring(genericArg));
RuntimeSource\Configuration.Binder\Specs\Types\TypeSpec.cs (1)
18IdentifierCompatibleSubstring = type.ToIdentifierCompatibleSubstring();