1 write to _syntheticInterfaces
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
280comClass.ContainingSourceModule.AtomicStoreArrayAndDiagnostics(_syntheticInterfaces, interfaces, diagnostics)
12 references to _syntheticInterfaces
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (12)
66Debug.Assert(Not _syntheticInterfaces.IsDefault) 67Return _syntheticInterfaces 74Debug.Assert(Not _syntheticInterfaces.IsDefault) 76If _syntheticInterfaces.Length > 1 Then 77Return _syntheticInterfaces(1) 84Debug.Assert(Not _syntheticInterfaces.IsDefault) 86If _syntheticInterfaces.IsEmpty Then 90Return SpecializedCollections.SingletonEnumerable(Of NamedTypeSymbol)(_syntheticInterfaces(0)) 94Debug.Assert(Not _syntheticInterfaces.IsDefault) 96If _syntheticInterfaces.IsEmpty Then 100For Each m In _syntheticInterfaces(0).GetMembers() 117If Not _syntheticInterfaces.IsDefault Then