Base:
property
HasUnsupportedMetadata
Microsoft.CodeAnalysis.CSharp.Symbol.HasUnsupportedMetadata
5 references to HasUnsupportedMetadata
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\InitOnlyMemberTests.cs (1)
3366Assert.True(property0.HasUnsupportedMetadata);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\CSharpCompilerFeatureRequiredTests.cs (4)
168Assert.True(onProperty.GetMember<PropertySymbol>("Property").HasUnsupportedMetadata); 173Assert.False(onPropertyGetterProperty.HasUnsupportedMetadata); 180Assert.False(onPropertySetterProperty.HasUnsupportedMetadata); 230Assert.True(indexer.HasUnsupportedMetadata);