12 references to CheckSymbol
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (12)
Compilation\SemanticModelGetSemanticInfoTests.cs (11)
925Utils.CheckSymbol(semanticInfo.Symbol, 975Utils.CheckSymbol(semanticInfo.Symbol, 1058Utils.CheckSymbol(semanticInfo.Symbol, 1453Utils.CheckSymbol(semanticInfo.Symbol, "string A.P[int x, string y]"); 1471Utils.CheckSymbol(semanticInfo.Symbol, "string A.P[int x, string y]"); 1483Utils.CheckSymbol(semanticInfo.Symbol, "object A.P[int x = 0]"); 1592Utils.CheckSymbol(semanticInfo.Symbol, "object B.P1[object index]"); 1607Utils.CheckSymbol(semanticInfo.Symbol, "object B.P2[string index]"); 1622Utils.CheckSymbol(semanticInfo.Symbol, "object A.P3[object index]"); 14595Utils.CheckSymbol(semanticInfo.CandidateSymbols.Single(), "void C.M<T>(T t)"); 14598Utils.CheckSymbol(semanticInfo.ConvertedType, "D");
Symbols\ExtensionMethodTests.cs (1)
2436Utils.CheckSymbol(symbol, "IEnumerable<string> IEnumerable<string>.Take<string>(int count)");