8 references to Prefix
Microsoft.Interop.LibraryImportGenerator (8)
Analyzers\AnalyzerDiagnostics.cs (8)
19public const string ConvertToLibraryImport = Prefix + "1054"; 22public const string InvalidCustomMarshallerAttributeUsage = Prefix + "1055"; 23public const string InvalidNativeType = Prefix + "1056"; 24public const string CustomMarshallerTypeMustHaveRequiredShape = Prefix + "1057"; 25public const string InvalidNativeMarshallingAttributeUsage = Prefix + "1058"; 26public const string MissingAllocatingMarshallingFallback = Prefix + "1059"; 27public const string InvalidMarshallerType = Prefix + "1060"; 28public const string InvalidSignaturesInMarshallerShape = Prefix + "1061";