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