7 references to Prefix
Microsoft.Interop.LibraryImportGenerator (7)
GeneratorDiagnostics.cs (7)
19public const string InvalidLibraryImportAttributeUsage = Prefix + "1050"; 20public const string TypeNotSupported = Prefix + "1051"; 21public const string ConfigurationNotSupported = Prefix + "1052"; 22public const string CannotForwardToDllImport = Prefix + "1053"; 24public const string RequiresAllowUnsafeBlocks = Prefix + "1062"; 25public const string UnnecessaryMarshallingInfo = Prefix + "1063"; 26public const string NotRecommendedGeneratedComInterfaceUsage = Prefix + "1092";