12 references to CheckSymbol
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (12)
Compilation\SemanticModelGetSemanticInfoTests.cs (11)
920Utils.CheckSymbol(semanticInfo.Symbol, 970Utils.CheckSymbol(semanticInfo.Symbol, 1053Utils.CheckSymbol(semanticInfo.Symbol, 1448Utils.CheckSymbol(semanticInfo.Symbol, "string A.P[int x, string y]"); 1466Utils.CheckSymbol(semanticInfo.Symbol, "string A.P[int x, string y]"); 1478Utils.CheckSymbol(semanticInfo.Symbol, "object A.P[int x = 0]"); 1587Utils.CheckSymbol(semanticInfo.Symbol, "object B.P1[object index]"); 1602Utils.CheckSymbol(semanticInfo.Symbol, "object B.P2[string index]"); 1617Utils.CheckSymbol(semanticInfo.Symbol, "object A.P3[object index]"); 14590Utils.CheckSymbol(semanticInfo.CandidateSymbols.Single(), "void C.M<T>(T t)"); 14593Utils.CheckSymbol(semanticInfo.ConvertedType, "D");
Symbols\ExtensionMethodTests.cs (1)
2436Utils.CheckSymbol(symbol, "IEnumerable<string> IEnumerable<string>.Take<string>(int count)");