12 references to IsWithEventsProperty
Microsoft.CodeAnalysis.VisualBasic (9)
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (1)
719Return If(associatedSymbol IsNot Nothing AndAlso associatedSymbol.IsWithEventsProperty,
Compilation\DocumentationComments\DocumentationCommentCompiler.Property.vb (1)
37If [property].IsWithEventsProperty Then
Symbols\Source\OverrideHidingHelper.vb (5)
357hiddenMember.IsWithEventsProperty OrElse 434Not (hiddenMember.IsWithEventsProperty OrElse hidingMember.IsWithEventsProperty) Then 755sym.IsWithEventsProperty = overridingSym.IsWithEventsProperty AndAlso
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
3515If member.Kind <> memberKind OrElse member.IsAccessor OrElse member.IsWithEventsProperty Then 3540If nextMember.Kind <> memberKind OrElse nextMember.IsAccessor OrElse nextMember.IsWithEventsProperty Then
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\Retargeting\RetargetingTests.vb (3)
2202Assert.True(sourceType.GetMember("EClass").IsWithEventsProperty) 2203Assert.Equal(sourceType.GetMember("EClass").IsWithEventsProperty, retargetingType.GetMember("EClass").IsWithEventsProperty)