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