22 references to IsType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (1)
2518if (qualifierOpt.IsType)
Binder\Imports.cs (1)
103if (previousTarget.IsType)
Compilation\CSharpCompilation.UsingsFromOptionsAndDiagnostics.cs (1)
147if (target.IsType)
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (1)
969if (target.IsType)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (18)
Symbols\Metadata\MetadataTypeTests.cs (6)
41Assert.False(ns.IsType); 83Assert.True(class1.IsType); 133Assert.True(type1.IsType); 181Assert.True(type1.IsType); 231Assert.True(type1.IsType); 320Assert.True(type3.IsType);
Symbols\Metadata\PE\LoadingGenericTypeParameters.cs (1)
70Assert.True(varC1_T.IsType);
Symbols\Metadata\PE\MissingTypeReferences.cs (11)
47Assert.True(@base.IsType); 65Assert.True(@base.IsType); 102Assert.True(@base.IsType); 131Assert.True(@base.IsType); 146Assert.True(@base.IsType); 161Assert.True(@base.IsType); 178Assert.True(@base.IsType); 195Assert.True(@base.IsType); 214Assert.True(@base.IsType); 232Assert.True(@base.IsType); 254Assert.True(@base.IsType);