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