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