1 write to InterfaceId
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
51
Me.
InterfaceId
= strVal
4 references to InterfaceId
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (4)
136
If ValidateComClassGuid(comClass,
InterfaceId
, diagnostics, interfaceGuid) And ValidateComClassGuid(comClass, EventId, diagnostics, eventGuid) Then
139
If
InterfaceId
IsNot Nothing AndAlso EventId IsNot Nothing AndAlso interfaceGuid = eventGuid Then
209
(
InterfaceId
IsNot Nothing AndAlso interfaces.Length > 0) OrElse
995
Dim id As String = If(_isEventInterface, _comClass._comClassData.EventId, _comClass._comClassData.
InterfaceId
)