3 references to ConstantFieldsInProgress
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\ConstantFieldsInProgress.vb (1)
19Friend Shared ReadOnly Empty As New ConstantFieldsInProgress(Nothing, Nothing)
Symbols\ConstantValueUtils.vb (1)
36Dim inProgressBinder = New ConstantFieldsInProgressBinder(New ConstantFieldsInProgress(field, dependencies), binder, field)
Symbols\Source\SourceEnumConstantSymbol.vb (1)
143Dim otherValue = _otherConstant.GetConstantValue(New ConstantFieldsInProgress(Me, dependencies))