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