1 write to _syntheticInterfaces
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
282comClass.ContainingSourceModule.AtomicStoreArrayAndDiagnostics(_syntheticInterfaces, interfaces, diagnostics)
12 references to _syntheticInterfaces
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (12)
68Debug.Assert(Not _syntheticInterfaces.IsDefault) 69Return _syntheticInterfaces 76Debug.Assert(Not _syntheticInterfaces.IsDefault) 78If _syntheticInterfaces.Length > 1 Then 79Return _syntheticInterfaces(1) 86Debug.Assert(Not _syntheticInterfaces.IsDefault) 88If _syntheticInterfaces.IsEmpty Then 92Return SpecializedCollections.SingletonEnumerable(Of NamedTypeSymbol)(_syntheticInterfaces(0)) 96Debug.Assert(Not _syntheticInterfaces.IsDefault) 98If _syntheticInterfaces.IsEmpty Then 102For Each m In _syntheticInterfaces(0).GetMembers() 119If Not _syntheticInterfaces.IsDefault Then