10 references to TypeSymbol
Microsoft.VisualStudio.LanguageServices.Implementation (10)
CodeModel\ExternalElements\AbstractExternalCodeType.cs (7)
32
var type =
TypeSymbol
;
59
var typeSymbol =
TypeSymbol
;
86
get { return
TypeSymbol
.IsAbstract; }
96
get { return
TypeSymbol
.IsSealed; }
101
get { return ExternalMemberCollection.Create(this.State, this, this.ProjectId, this.
TypeSymbol
); }
106
get { return ExternalCodeNamespace.Create(this.State, this.ProjectId, this.
TypeSymbol
.ContainingNamespace); }
111
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); }