2 references to ContainsGenericVariables
mscorlib (2)
system\rttype.cs (1)
932bool needsStaticFieldForGeneric = RuntimeTypeHandle.HasInstantiation(declaringType) && !RuntimeTypeHandle.ContainsGenericVariables(declaringType);
system\runtimehandles.cs (1)
841return ContainsGenericVariables(GetTypeChecked());