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