12 references to MethodSignatureDiagnosticLocations
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
79GeneratorDiagnosticsBag diagnostics = new(new DiagnosticDescriptorProvider(), new MethodSignatureDiagnosticLocations((MethodDeclarationSyntax)method.DeclaringSyntaxReferences[0].GetSyntax()), SR.ResourceManager, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));
ComInterfaceGenerator.cs (1)
420: new MethodSignatureDiagnosticLocations(syntax);
VtableIndexStubGenerator.cs (1)
218var locations = new MethodSignatureDiagnosticLocations(syntax);
Microsoft.Interop.JavaScript.JSImportGenerator (4)
Analyzers\JSExportDiagnosticsAnalyzer.cs (1)
33var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
Analyzers\JSImportDiagnosticsAnalyzer.cs (1)
33var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
JSExportGenerator.cs (1)
165var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
JSImportGenerator.cs (1)
148var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\ConvertToLibraryImportAnalyzer.cs (1)
141GeneratorDiagnosticsBag diagnostics = new(new DiagnosticDescriptorProvider(), new MethodSignatureDiagnosticLocations((MethodDeclarationSyntax)method.DeclaringSyntaxReferences[0].GetSyntax()), SR.ResourceManager, typeof(FxResources.Microsoft.Interop.LibraryImportGenerator.SR));
Analyzers\LibraryImportDiagnosticsAnalyzer.cs (1)
161var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
LibraryImportGenerator.cs (1)
247var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
DownlevelLibraryImportDiagnosticsAnalyzer.cs (1)
159var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
DownlevelLibraryImportGenerator.cs (1)
174var locations = new MethodSignatureDiagnosticLocations(originalSyntax);