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