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)
112if (_type == null) 121var references = await SymbolFinder.FindReferencesAsync(_type, _solution);