6 references to ToTestDisplayString
Microsoft.CodeAnalysis.CSharp.Test.Utilities (6)
FunctionPointerUtilities.cs (6)
157
AssertEx.Equal(expectedType, semanticInfo.Type.
ToTestDisplayString
(includeNonNullable: false));
166
AssertEx.Equal(expectedConvertedType, semanticInfo.ConvertedType.
ToTestDisplayString
(includeNonNullable: false));
198
AssertEx.Equal(expectedSymbolCandidates, semanticInfo.MemberGroup.Select(s => s.
ToTestDisplayString
(includeNonNullable: false)));
202
Assert.Contains(semanticInfo.MemberGroup, actual => actual.
ToTestDisplayString
(includeNonNullable: false) == expectedSymbol);
219
AssertEx.Equal(expectedSymbol, semanticInfo.Symbol.
ToTestDisplayString
(includeNonNullable: false));
226
AssertEx.Equal(expectedSymbolCandidates, semanticInfo.CandidateSymbols.Select(s => s.
ToTestDisplayString
(includeNonNullable: false)));