3 writes to Location
Microsoft.Interop.SourceGeneration (3)
DiagnosticInfo.cs (3)
31Location = location, 43Location = location, 55Location = location,
7 references to Location
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\LibraryImportDiagnosticsAnalyzer.cs (3)
190if (diagnostic.Location is null 191|| !diagnostic.Location.IsInSource 192|| diagnostic.Location.SourceTree == userSyntaxTree)
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
DownlevelLibraryImportDiagnosticsAnalyzer.cs (3)
189if (diagnostic.Location is null 190|| !diagnostic.Location.IsInSource 191|| diagnostic.Location.SourceTree == userSyntaxTree)
Microsoft.Interop.SourceGeneration (1)
DiagnosticInfo.cs (1)
21Location,