Emit\NoPia\EmbeddedTypesManager.vb (3)
14Imports FieldSymbolAdapter = Microsoft.CodeAnalysis.VisualBasic.Symbols.FieldSymbol
26SymbolAdapter, AssemblySymbol, NamedTypeSymbolAdapter, FieldSymbolAdapter, MethodSymbolAdapter, EventSymbolAdapter, PropertySymbolAdapter, ParameterSymbolAdapter, TypeParameterSymbolAdapter,
392field As FieldSymbolAdapter,
Generated\BoundNodes.xml.Generated.vb (21)
876Public Sub New(syntax As SyntaxNode, field As FieldSymbol, type As TypeSymbol, hasErrors As Boolean)
885Public Sub New(syntax As SyntaxNode, field As FieldSymbol, type As TypeSymbol)
895Private ReadOnly _Field As FieldSymbol
896Public ReadOnly Property Field As FieldSymbol
907Public Function Update(field As FieldSymbol, type As TypeSymbol) As BoundFieldInfo
4130Public Sub New(syntax As SyntaxNode, receiverOpt As BoundExpression, fieldSymbol As FieldSymbol, isLValue As Boolean, suppressVirtualCalls As Boolean, constantsInProgressOpt As ConstantFieldsInProgress, type As TypeSymbol, Optional hasErrors As Boolean = False)
4156Private ReadOnly _FieldSymbol As FieldSymbol
4157Public ReadOnly Property FieldSymbol As FieldSymbol
4189Public Function Update(receiverOpt As BoundExpression, fieldSymbol As FieldSymbol, isLValue As Boolean, suppressVirtualCalls As Boolean, constantsInProgressOpt As ConstantFieldsInProgress, type As TypeSymbol) As BoundFieldAccess
4393Public Sub New(syntax As SyntaxNode, fields As ImmutableArray(Of FieldSymbol), statement As BoundStatement, Optional hasErrors As Boolean = False)
4404Private ReadOnly _Fields As ImmutableArray(Of FieldSymbol)
4405Public ReadOnly Property Fields As ImmutableArray(Of FieldSymbol)
4423Public Function Update(fields As ImmutableArray(Of FieldSymbol), statement As BoundStatement) As BoundStateMachineScope
4668Public Sub New(syntax As SyntaxNode, initializedFields As ImmutableArray(Of FieldSymbol), memberAccessExpressionOpt As BoundExpression, initialValue As BoundExpression, binderOpt As Binder, Optional hasErrors As Boolean = False)
4678Private ReadOnly _InitializedFields As ImmutableArray(Of FieldSymbol)
4679Public ReadOnly Property InitializedFields As ImmutableArray(Of FieldSymbol)
4690Public Function Update(initializedFields As ImmutableArray(Of FieldSymbol), memberAccessExpressionOpt As BoundExpression, initialValue As BoundExpression, binderOpt As Binder) As BoundFieldInitializer
8746Public Sub New(syntax As SyntaxNode, locals As ImmutableArray(Of LocalSymbol), spillFields As ImmutableArray(Of FieldSymbol), statements As ImmutableArray(Of BoundStatement), valueOpt As BoundExpression, type As TypeSymbol, Optional hasErrors As Boolean = False)
8772Private ReadOnly _SpillFields As ImmutableArray(Of FieldSymbol)
8773Public ReadOnly Property SpillFields As ImmutableArray(Of FieldSymbol)
8798Public Function Update(locals As ImmutableArray(Of LocalSymbol), spillFields As ImmutableArray(Of FieldSymbol), statements As ImmutableArray(Of BoundStatement), valueOpt As BoundExpression, type As TypeSymbol) As BoundSpillSequence
Symbols\Source\SourceMemberContainerTypeSymbol.vb (11)
2032Public ReadOnly FieldPath As ConsList(Of FieldSymbol)
2036Public Sub New(type As NamedTypeSymbol, fieldPath As ConsList(Of FieldSymbol), containingDefinitionsPath As ConsList(Of NamedTypeSymbol), report As Boolean)
2105data.Queue.Enqueue(New StructureCircularityDetectionDataSet.QueueElement(Me, ConsList(Of FieldSymbol).Empty, ConsList(Of NamedTypeSymbol).Empty.Prepend(Me), report:=True))
2127Dim field = TryCast(member, FieldSymbol)
2147Dim cycleFields = New ConsList(Of FieldSymbol)(field, current.FieldPath)
2151Dim firstField As FieldSymbol = Nothing ' after the cycle is processed this will hold the last element in the list
2198fieldType.OriginalDefinition, New ConsList(Of FieldSymbol)(field, current.FieldPath),
2210fieldType, New ConsList(Of FieldSymbol)(field, current.FieldPath),
2374Dim fieldSymbol = DirectCast(fieldOrProperty, FieldSymbol)
3216Friend Overrides Iterator Function GetFieldsToEmit() As IEnumerable(Of FieldSymbol)
3219Yield DirectCast(member, FieldSymbol)
Symbols\WellKnownMembers.vb (4)
422ByVal comparer As SignatureComparer(Of MethodSymbol, FieldSymbol, PropertySymbol, TypeSymbol, ParameterSymbol),
500If Not comparer.MatchFieldSignature(DirectCast(m, FieldSymbol), descriptor.Signature) Then
522Inherits SignatureComparer(Of MethodSymbol, FieldSymbol, PropertySymbol, TypeSymbol, ParameterSymbol)
571Protected Overrides Function GetFieldType(field As FieldSymbol) As TypeSymbol