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