2 instantiations of M
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
InteractiveSessionTests.cs (2)
1546var m = new M<string>(); 1581object c = new M<int>();
1 reference to M
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
InteractiveSessionTests.cs (1)
1546var m = new M<string>();