28 references to TestRoundTrip
Microsoft.CodeAnalysis.Workspaces.UnitTests (28)
SymbolKeyTests.cs (28)
113TestRoundTrip(GetDeclaredSymbols(compilation), compilation);
129TestRoundTrip(symbols, compilation);
145TestRoundTrip(symbols, compilation);
161TestRoundTrip(symbols, compilation);
176TestRoundTrip(symbols, compilation);
191TestRoundTrip(symbols, compilation);
206TestRoundTrip(symbols, compilation);
221TestRoundTrip(symbols, compilation);
236TestRoundTrip(symbols, compilation);
251TestRoundTrip(symbols, compilation);
267TestRoundTrip(symbols, compilation);
283TestRoundTrip(symbols, compilation);
295TestRoundTrip(GetAllSymbols(compilation.GetSemanticModel(compilation.SyntaxTrees.Single())), compilation);
313TestRoundTrip(symbols, compilation);
336TestRoundTrip(GetDeclaredSymbols(compilation).OfType<IFieldSymbol>().Select(fs => fs.Type), compilation);
354TestRoundTrip(GetDeclaredSymbols(compilation).OfType<IFieldSymbol>().Select(fs => fs.Type), compilation, s => s.ToDisplayString());
375TestRoundTrip(GetDeclaredSymbols(compilation).OfType<IMethodSymbol>().SelectMany(ms => ms.Parameters), compilation);
437TestRoundTrip(GetDeclaredSymbols(compilation), compilation);
473TestRoundTrip(symbols, compilation);
495TestRoundTrip(symbols, compilation);
522TestRoundTrip(symbols, compilation);
551TestRoundTrip(symbols, compilation);
588TestRoundTrip(symbols, compilation);
612TestRoundTrip(symbols, compilation);
616TestRoundTrip(refSymbols, compilation);
635TestRoundTrip(symbols, compilation);
1187TestRoundTrip(fields, comp);
1342TestRoundTrip(symbols, compilation);