6 references to RuntimeSupportsByRefLikeGenerics
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Constraints.cs (1)
321
if (!Compilation.Assembly.
RuntimeSupportsByRefLikeGenerics
)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
193
bool runtimeSupportsByRefLikeGenerics = Compilation.SourceAssembly.
RuntimeSupportsByRefLikeGenerics
;
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
75
var allowRefLikeTypes = containingType.ContainingAssembly.
RuntimeSupportsByRefLikeGenerics
;
Symbols\AssemblySymbol.cs (1)
431
return this.
RuntimeSupportsByRefLikeGenerics
;
Symbols\ConstraintsHelper.cs (2)
104
if (!typeParameter.DeclaringCompilation.Assembly.
RuntimeSupportsByRefLikeGenerics
)
953
if (!args.CurrentCompilation.Assembly.
RuntimeSupportsByRefLikeGenerics
)