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