4 references to RuntimeSupportsByRefFields
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
9216
if (!Compilation.Assembly.
RuntimeSupportsByRefFields
)
Symbols\AssemblySymbol.cs (1)
424
return this.
RuntimeSupportsByRefFields
;
Symbols\Source\SourceMemberFieldSymbol.cs (1)
540
if (!compilation.Assembly.
RuntimeSupportsByRefFields
)
Symbols\Source\SourceModuleSymbol.cs (1)
743
bool value = compilation.IsFeatureEnabled(MessageID.IDS_FeatureRefFields) || _assemblySymbol.
RuntimeSupportsByRefFields
;