10 references to TypeSymbol
Microsoft.VisualStudio.LanguageServices.Implementation (10)
CodeModel\ExternalElements\AbstractExternalCodeType.cs (7)
35
var type =
TypeSymbol
;
62
var typeSymbol =
TypeSymbol
;
89
get { return
TypeSymbol
.IsAbstract; }
99
get { return
TypeSymbol
.IsSealed; }
104
get { return ExternalMemberCollection.Create(this.State, this, this.ProjectId, this.
TypeSymbol
); }
109
get { return ExternalCodeNamespace.Create(this.State, this.ProjectId, this.
TypeSymbol
.ContainingNamespace); }
114
var currentType =
TypeSymbol
;
CodeModel\ExternalElements\ExternalCodeClass.cs (2)
64
get { return ExternalTypeCollection.Create(this.State, this, this.ProjectId,
TypeSymbol
.AllInterfaces); }
105
=>
TypeSymbol
is INamedTypeSymbol { IsGenericType: true };
CodeModel\ExternalElements\ExternalCodeStruct.cs (1)
51
get { return ExternalTypeCollection.Create(this.State, this, this.ProjectId,
TypeSymbol
.AllInterfaces); }