Base:
38 references to HasUnsupportedMetadata
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\Operators.vb (1)
3173If method.HasUnsupportedMetadata Then
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (16)
Semantics\InitOnlyMemberTests.vb (16)
4369Assert.True(pSet.HasUnsupportedMetadata) 4446Assert.True(pSet.HasUnsupportedMetadata) 4503Assert.True(m.HasUnsupportedMetadata) 4558Assert.True(m.HasUnsupportedMetadata) 4620Assert.True(pSet.HasUnsupportedMetadata) 4697Assert.True(pSet.HasUnsupportedMetadata) 4780Assert.True(pSet.HasUnsupportedMetadata) 4784Assert.True(pGet.HasUnsupportedMetadata) 4868Assert.True(pSet.HasUnsupportedMetadata) 4872Assert.True(pGet.HasUnsupportedMetadata) 4961Assert.False(pSet.HasUnsupportedMetadata) 4965Assert.True(pGet.HasUnsupportedMetadata) 5056Assert.False(pSet.HasUnsupportedMetadata) 5060Assert.True(pGet.HasUnsupportedMetadata) 5119Assert.False(pSet.HasUnsupportedMetadata) 5192Assert.True(pSet.HasUnsupportedMetadata)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (21)
SymbolsTests\AttributeTests_UnmanagedCallersOnly.vb (8)
137Assert.True(m1.HasUnsupportedMetadata) 207Assert.True(prop.GetMethod.HasUnsupportedMetadata) 209Assert.True(prop.SetMethod.HasUnsupportedMetadata) 258Assert.True(m1.HasUnsupportedMetadata) 337Assert.True(prop.GetMethod.HasUnsupportedMetadata) 339Assert.True(prop.SetMethod.HasUnsupportedMetadata) 388Assert.True(add.HasUnsupportedMetadata) 436Assert.True(plus.HasUnsupportedMetadata)
SymbolsTests\Metadata\PE\VisualBasicCompilerFeatureRequiredTests.vb (13)
162Assert.True(onType.GetMember(Of MethodSymbol)("M").HasUnsupportedMetadata) 166Assert.True(onMethod.GetMember(Of MethodSymbol)("M").HasUnsupportedMetadata) 170Assert.True(onMethodReturn.GetMember(Of MethodSymbol)("M").HasUnsupportedMetadata) 175Assert.True(onParameterMethod.HasUnsupportedMetadata) 190Assert.False(onPropertyGetterProperty.SetMethod.HasUnsupportedMetadata) 191Assert.True(onPropertyGetterProperty.GetMethod.HasUnsupportedMetadata) 197Assert.True(onPropertySetterProperty.SetMethod.HasUnsupportedMetadata) 198Assert.False(onPropertySetterProperty.GetMethod.HasUnsupportedMetadata) 208Assert.True(onEventAdderEvent.AddMethod.HasUnsupportedMetadata) 209Assert.False(onEventAdderEvent.RemoveMethod.HasUnsupportedMetadata) 215Assert.False(onEventRemoverEvent.AddMethod.HasUnsupportedMetadata) 216Assert.True(onEventRemoverEvent.RemoveMethod.HasUnsupportedMetadata) 232Assert.True(onMethodTypeParameterMethod.HasUnsupportedMetadata)