2 writes to m_baseCycleDiagnosticInfo
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1577
Dim prev = Interlocked.CompareExchange(
m_baseCycleDiagnosticInfo
, diag, Nothing)
1604
Dim prev = Interlocked.CompareExchange(
m_baseCycleDiagnosticInfo
, diag, Nothing)
5 references to m_baseCycleDiagnosticInfo
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Source\SourceNamedTypeSymbol.vb (5)
1357
Dim diag As DiagnosticInfo = If(
m_baseCycleDiagnosticInfo
, BaseTypeAnalysis.GetDependenceDiagnosticForBase(Me, declaredBase))
1527
If
m_baseCycleDiagnosticInfo
IsNot Nothing Then
1574
Return If(
m_baseCycleDiagnosticInfo
Is Nothing, declaredBase, Nothing)
1585
If
m_baseCycleDiagnosticInfo
IsNot Nothing Then
1601
Return If(
m_baseCycleDiagnosticInfo
Is Nothing, declaredBases, ImmutableArray(Of NamedTypeSymbol).Empty)