2 references to getMethod
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\ReadOnlyStructsTests.cs (2)
1192Assert.False(getMethod(s1, "M1").IsReadOnly); 1194Assert.True(getMethod(s1, "M2").IsReadOnly);