3 writes to Callsite
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (2)
1919
parentAttributes.
Callsite
= Callsite.Empty;
1986
parentAttributes.
Callsite
= Callsite.Empty;
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.Data.cs (1)
50
Callsite
= callsite;
2 references to Callsite
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (2)
1420
if (callSiteAttributes.
Callsite
!= Callsite.Empty &&
1468
var copy = new PlatformAttributes(copyAttributes.
Callsite
, new SmallDictionary<string, Versions>(StringComparer.OrdinalIgnoreCase));