1 write to IdentifierCompatibleSubstring
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Specs\Types\TypeSpec.cs (1)
18IdentifierCompatibleSubstring = type.ToIdentifierCompatibleSubstring();
1 reference to IdentifierCompatibleSubstring
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (1)
106public static string GetConfigKeyCacheFieldName(ObjectSpec type) => $"s_configKeys_{type.IdentifierCompatibleSubstring}";