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