2 writes to _type
IdeCoreBenchmarks (2)
FindReferencesBenchmarks.cs (2)
98
_type
= compilation.GetTypeByMetadataName("Microsoft.CodeAnalysis.SyntaxToken");
122
_type
= null;
2 references to _type
IdeCoreBenchmarks (2)
FindReferencesBenchmarks.cs (2)
99
if (
_type
== null)
108
var references = await SymbolFinder.FindReferencesAsync(
_type
, _solution);