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