2 references to ContainsGenericVariables
System.Private.CoreLib (2)
src\System\RuntimeHandles.cs (1)
845
return
ContainsGenericVariables
(GetRuntimeTypeChecked());
src\System\RuntimeType.CoreCLR.cs (1)
861
bool needsStaticFieldForGeneric = declaringType.IsGenericType && !RuntimeTypeHandle.
ContainsGenericVariables
(declaringType);