3 references to verifyLocalFunction
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NullableReferenceTypesTests.cs (3)
108044verifyLocalFunction(localSyntaxes.ElementAt(0), "C.M1.local", new[] { "C!" }); 108045verifyLocalFunction(localSyntaxes.ElementAt(1), "C.M2.local", new[] { "C" }); 108098verifyLocalFunction(localSyntaxes.ElementAt(0), "C.M3.local", new[] { "C" });