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