1 type derived from SourceFieldSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceFieldSymbol.cs (1)
167internal abstract class SourceFieldSymbolWithSyntaxReference : SourceFieldSymbol
5 references to SourceFieldSymbol
Microsoft.CodeAnalysis.CSharp (5)
Binder\ConstantFieldsInProgress.cs (2)
20private readonly SourceFieldSymbol _fieldOpt; 26SourceFieldSymbol fieldOpt,
Symbols\ConstantValueUtils.cs (1)
30SourceFieldSymbol symbol,
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (2)
652var sourceField = member as SourceFieldSymbol;