7 references to getProperty
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\ReadOnlyStructsTests.cs (7)
1196Assert.True(getProperty(s1, "P1").GetMethod.IsReadOnly); 1197Assert.False(getProperty(s1, "P1").SetMethod.IsReadOnly); 1199Assert.True(getProperty(s1, "P2").GetMethod.IsReadOnly); 1201Assert.True(getProperty(s1, "P3").GetMethod.IsReadOnly); 1203Assert.True(getProperty(s1, "P4").SetMethod.IsReadOnly); 1205Assert.False(getProperty(s1, "P5").GetMethod.IsReadOnly); 1206Assert.False(getProperty(s1, "P5").SetMethod.IsReadOnly);