1 write to Compilation
Microsoft.Analyzers.Local (1)
CallAnalysis\CallAnalyzer.Registrar.cs (1)
24
Compilation
= compilation;
7 references to Compilation
Microsoft.Analyzers.Local (7)
CallAnalysis\CallAnalyzer.Registrar.cs (5)
70
var type =
Compilation
.GetTypeByMetadataName(pair.Key);
113
var type =
Compilation
.GetTypeByMetadataName(typeName);
148
var type =
Compilation
.GetTypeByMetadataName(pair.Key);
204
var type =
Compilation
.GetTypeByMetadataName(pair.Key);
225
var type =
Compilation
.GetTypeByMetadataName(et);
CallAnalysis\ToInvariantString.cs (2)
26
var formatProvider = reg.
Compilation
.GetTypeByMetadataName("System.IFormatProvider");
30
foreach (var method in reg.
Compilation
.GetSpecialType(type).GetMembers("ToString").OfType<IMethodSymbol>())