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