Implemented interface member:
method
GetType
System.Runtime.InteropServices._Type.GetType()
12 references to GetType
mscorlib (3)
system\rttype.cs (1)
5503
if (
GetType
() == typeof(ReflectionOnlyType))
system\stubhelpers.cs (2)
1417
if (managedType.
GetType
() != typeof(System.RuntimeType))
1419
throw new ArgumentException(Environment.GetResourceString("Argument_WinRTSystemRuntimeType", managedType.
GetType
().ToString()));
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (2)
54
Type runtimeType = typeof(object).
GetType
();
55
if (!runtimeType.IsAssignableFrom(type.
GetType
()))
System (1)
compmod\system\componentmodel\TypeDescriptionProvider.cs (1)
219
if (reflectionType.
GetType
().Assembly == typeof(object).Assembly)
System.Workflow.Activities (2)
Rules\Helpers.cs (2)
261
if (type.
GetType
().FullName.Equals("System.Workflow.ComponentModel.Compiler.DesignTimeType", StringComparison.Ordinal))// designTimeType = type as System.Workflow.ComponentModel.Compiler.DesignTimeType;
264
MethodInfo methodInfo = type.
GetType
().GetMethod("GetEnumType");
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
1365
if (parameters[i].
GetType
() != null && parameters[i].
GetType
().IsByRef)
System.WorkflowServices (2)
System\Workflow\Activities\ContractType.cs (2)
898
if (parameters[i].
GetType
() != null && parameters[i].
GetType
().IsByRef)