6 references to AnalyzerDiagnostics
Microsoft.Interop.LibraryImportGenerator (6)
Analyzers\ConvertToLibraryImportAnalyzer.cs (1)
14using static Microsoft.Interop.Analyzers.AnalyzerDiagnostics;
Analyzers\ConvertToLibraryImportFixer.cs (1)
22using static Microsoft.Interop.Analyzers.AnalyzerDiagnostics;
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
14using static Microsoft.Interop.Analyzers.AnalyzerDiagnostics;
Analyzers\CustomMarshallerAttributeFixer.cs (2)
107AnalyzerDiagnostics.Ids.CustomMarshallerTypeMustHaveRequiredShape); 136if (diagnostic.Id == AnalyzerDiagnostics.Ids.CustomMarshallerTypeMustHaveRequiredShape)
Analyzers\NativeMarshallingAttributeAnalyzer.cs (1)
14using static Microsoft.Interop.Analyzers.AnalyzerDiagnostics;