2 writes to _type
IdeCoreBenchmarks (2)
FindReferencesBenchmarks.cs (2)
111
_type
= compilation.GetTypeByMetadataName("Microsoft.CodeAnalysis.SyntaxToken");
135
_type
= null;
2 references to _type
IdeCoreBenchmarks (2)
FindReferencesBenchmarks.cs (2)
112
if (
_type
== null)
121
var references = await SymbolFinder.FindReferencesAsync(
_type
, _solution);