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