6 references to happyCase
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\InterceptorsTests.cs (6)
285happyCase("NS1"); 286happyCase("NS1;"); 287happyCase(";NS1"); 288happyCase("NS1.NS2"); 289happyCase("NS2;NS1.NS2"); 290happyCase("NS2;;NS1.NS2");