22 references to IsType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (1)
2612if (qualifierOpt.IsType)
Binder\Imports.cs (1)
103if (previousTarget.IsType)
Compilation\CSharpCompilation.UsingsFromOptionsAndDiagnostics.cs (1)
147if (target.IsType)
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (1)
1017if (target.IsType)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (18)
Symbols\Metadata\MetadataTypeTests.cs (6)
42Assert.False(ns.IsType); 84Assert.True(class1.IsType); 134Assert.True(type1.IsType); 182Assert.True(type1.IsType); 232Assert.True(type1.IsType); 321Assert.True(type3.IsType);
Symbols\Metadata\PE\LoadingGenericTypeParameters.cs (1)
71Assert.True(varC1_T.IsType);
Symbols\Metadata\PE\MissingTypeReferences.cs (11)
48Assert.True(@base.IsType); 66Assert.True(@base.IsType); 103Assert.True(@base.IsType); 132Assert.True(@base.IsType); 147Assert.True(@base.IsType); 162Assert.True(@base.IsType); 179Assert.True(@base.IsType); 196Assert.True(@base.IsType); 215Assert.True(@base.IsType); 233Assert.True(@base.IsType); 255Assert.True(@base.IsType);