6 references to Prefix
Microsoft.Interop.JavaScript.JSImportGenerator (6)
GeneratorDiagnostics.cs (6)
23public const string InvalidJSImportAttributeUsage = Prefix + "1070"; 24public const string InvalidJSExportAttributeUsage = Prefix + "1071"; 25public const string TypeNotSupported = Prefix + "1072"; 26public const string ConfigurationNotSupported = Prefix + "1073"; 27public const string JSImportRequiresAllowUnsafeBlocks = Prefix + "1074"; 28public const string JSExportRequiresAllowUnsafeBlocks = Prefix + "1075";