9 references to GetType
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Remote\ServiceDescriptorTests.cs (1)
356
Assert.False(string.IsNullOrEmpty(expectedName), $"Service name for '{serviceInterface.
GetType
()}' not available.");
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (2)
47
Type runtimeType = typeof(object).
GetType
();
48
if (!runtimeType.IsAssignableFrom(type.
GetType
()))
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptionProvider.cs (1)
236
if (reflectionType.
GetType
().Assembly == typeof(object).Assembly)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoStubType.cs (1)
43
public sealed override string ToString() =>
GetType
().ToString();
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignBindingPicker.cs (4)
132
private static readonly Type s_runtimeType = typeof(object).
GetType
().
GetType
();
1018
if (type is not null && type.
GetType
() != s_runtimeType)
1157
if (dsType is not null && dsType.
GetType
() != s_runtimeType)