8 references to MethodSignatureDiagnosticLocations
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
75
GeneratorDiagnosticsBag diagnostics = new(new DiagnosticDescriptorProvider(), new
MethodSignatureDiagnosticLocations
((MethodDeclarationSyntax)method.DeclaringSyntaxReferences[0].GetSyntax()), SR.ResourceManager, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));
ComInterfaceGenerator.cs (1)
262
var locations = new
MethodSignatureDiagnosticLocations
(syntax);
VtableIndexStubGenerator.cs (1)
233
var locations = new
MethodSignatureDiagnosticLocations
(syntax);
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportGenerator.cs (1)
189
var locations = new
MethodSignatureDiagnosticLocations
(originalSyntax);
JSImportGenerator.cs (1)
169
var locations = new
MethodSignatureDiagnosticLocations
(originalSyntax);
Microsoft.Interop.LibraryImportGenerator (2)
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));
LibraryImportGenerator.cs (1)
269
var locations = new
MethodSignatureDiagnosticLocations
(originalSyntax);
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGenerator.cs (1)
192
var locations = new
MethodSignatureDiagnosticLocations
(originalSyntax);