10 references to verify
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
SymbolDisplay\SymbolDisplayTests.cs (10)
6477verify("C.F0", "T F0<T>()", "T F0<T>()", "T F0<T>()"); 6478verify("C.F1", "T F1<T>()", "T? F1<T>()", "T? F1<T>()"); 6479verify("C.F2", "T F2<T>() where T : class", "T F2<T>() where T : class", "T! F2<T>() where T : class!"); 6480verify("C.F3", "T F3<T>() where T : class", "T? F3<T>() where T : class", "T? F3<T>() where T : class!"); 6481verify("C.F4", "T F4<T>() where T : class", "T F4<T>() where T : class?", "T F4<T>() where T : class?"); 6482verify("C.F5", "T F5<T>() where T : class", "T? F5<T>() where T : class?", "T? F5<T>() where T : class?"); 6483verify("C.F6", "T F6<T>() where T : struct", "T F6<T>() where T : struct", "T F6<T>() where T : struct"); 6484verify("C.F7", "T? F7<T>() where T : struct", "T? F7<T>() where T : struct", "T? F7<T>() where T : struct"); 6485verify("C.F8", "T F8<T>() where T : notnull", "T F8<T>() where T : notnull", "T F8<T>() where T : notnull"); 6486verify("C.F9", "T F9<T>() where T : unmanaged", "T F9<T>() where T : unmanaged", "T F9<T>() where T : unmanaged");