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