1 write to Compilation
Microsoft.Analyzers.Extra (1)
CallAnalysis\CallAnalyzer.Registrar.cs (1)
24
Compilation
= compilation;
12 references to Compilation
Microsoft.Analyzers.Extra (12)
CallAnalysis\Arrays.cs (2)
83
var freezer = reg.
Compilation
.GetTypeByMetadataName("System.Collections.Frozen.FrozenDictionary");
92
freezer = reg.
Compilation
.GetTypeByMetadataName("System.Collections.Frozen.FrozenSet");
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\LegacyLogging.cs (1)
18
var loggerExtensions = reg.
Compilation
.GetTypeByMetadataName("Microsoft.Extensions.Logging.LoggerExtensions");
CallAnalysis\Split.cs (1)
17
var memExt = reg.
Compilation
.GetTypeByMetadataName("System.MemoryExtensions");
CallAnalysis\StartsEndsWith.cs (2)
19
var stringType = reg.
Compilation
.GetSpecialType(SpecialType.System_String);
20
var stringCompType = reg.
Compilation
.GetTypeByMetadataName("System.StringComparison");
CallAnalysis\ValueTuple.cs (1)
29
var type = reg.
Compilation
.GetTypeByMetadataName("System.Tuple");