1 instantiation of DynamicTypeInfo
mscorlib (1)
system\runtime\remoting\objref.cs (1)
1002DynamicTypeInfo dt = new DynamicTypeInfo(typeOfObj);
4 references to DynamicTypeInfo
mscorlib (4)
system\runtime\remoting\objref.cs (4)
563(typeOfTypeInfo == typeof(DynamicTypeInfo))) && 765DynamicTypeInfo dt = this.TypeInfo as DynamicTypeInfo; 1002DynamicTypeInfo dt = new DynamicTypeInfo(typeOfObj);