2 implementations of TypeNames
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\AssemblySymbol.cs (1)
44
ICollection<string> IAssemblySymbol.
TypeNames
=> UnderlyingAssemblySymbol.TypeNames;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AssemblySymbol.vb (1)
461
Public MustOverride ReadOnly Property
TypeNames
As ICollection(Of String) Implements IAssemblySymbol.TypeNames
5 references to TypeNames
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\IAssemblySymbolExtensions.cs (2)
38
if (a.
TypeNames
.Contains(typeName))
49
var typeNames = a.
TypeNames
;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AssemblySymbol.vb (1)
461
Public MustOverride ReadOnly Property TypeNames As ICollection(Of String) Implements IAssemblySymbol.
TypeNames
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\IAssemblySymbolExtensions.cs (2)
38
if (a.
TypeNames
.Contains(typeName))
49
var typeNames = a.
TypeNames
;