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