6 references to happyCase
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\InterceptorsTests.cs (6)
277happyCase("NS1"); 278happyCase("NS1;"); 279happyCase(";NS1"); 280happyCase("NS1.NS2"); 281happyCase("NS2;NS1.NS2"); 282happyCase("NS2;;NS1.NS2");