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