1 write to _syntheticInterfaces
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
281comClass.ContainingSourceModule.AtomicStoreArrayAndDiagnostics(_syntheticInterfaces, interfaces, diagnostics)
12 references to _syntheticInterfaces
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (12)
67Debug.Assert(Not _syntheticInterfaces.IsDefault) 68Return _syntheticInterfaces 75Debug.Assert(Not _syntheticInterfaces.IsDefault) 77If _syntheticInterfaces.Length > 1 Then 78Return _syntheticInterfaces(1) 85Debug.Assert(Not _syntheticInterfaces.IsDefault) 87If _syntheticInterfaces.IsEmpty Then 91Return SpecializedCollections.SingletonEnumerable(Of NamedTypeSymbol)(_syntheticInterfaces(0)) 95Debug.Assert(Not _syntheticInterfaces.IsDefault) 97If _syntheticInterfaces.IsEmpty Then 101For Each m In _syntheticInterfaces(0).GetMembers() 118If Not _syntheticInterfaces.IsDefault Then