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