31 references to Type
Microsoft.CodeAnalysis.CodeStyle (5)
SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
604(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) || 608(y.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(y.ContainingType)) || 625if (x.TypeParameterKind == TypeParameterKind.Type && x.ContainingType.IsAnonymousType)
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (2)
264(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) || 276if (x.TypeParameterKind == TypeParameterKind.Type && x.ContainingType.IsAnonymousType)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationTypeParameterSymbol.cs (1)
78: TypeParameterKind.Type;
Microsoft.CodeAnalysis.CSharp (6)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeParameterSymbol.cs (1)
38return TypeParameterKind.Type;
Symbols\ErrorTypeSymbol.ErrorTypeParameterSymbol.cs (1)
38return TypeParameterKind.Type;
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
107: TypeParameterKind.Type;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
470return TypeParameterKind.Type;
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (2)
23(ContainingSymbol is NamedTypeSymbol ? TypeParameterKind.Type : 33public override TypeParameterKind TypeParameterKind => ContainingSymbol is MethodSymbol ? TypeParameterKind.Method : TypeParameterKind.Type;
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\SimpleTypeParameterSymbol.cs (2)
31(ContainingSymbol is NamedTypeSymbol ? TypeParameterKind.Type : 48get { return ContainingSymbol is MethodSymbol ? TypeParameterKind.Method : TypeParameterKind.Type; }
Microsoft.CodeAnalysis.Features (1)
ConvertTupleToStruct\AbstractConvertTupleToStructCodeRefactoringProvider.cs (1)
146if (!capturedTypeParameters.Any(static tp => tp.TypeParameterKind == TypeParameterKind.Type))
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTypeParameterSymbol.vb (1)
29Return TypeParameterKind.Type
Symbols\InstanceErrorTypeSymbol.vb (1)
192Return TypeParameterKind.Type
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
97TypeParameterKind.Type)
Symbols\Source\SourceTypeParameterSymbol.vb (1)
235Return TypeParameterKind.Type
Symbols\SynthesizedSymbols\SynthesizedClonedTypeParameterSymbol.vb (2)
50If(TypeOf Me.ContainingSymbol Is NamedTypeSymbol, TypeParameterKind.Type, 59TypeParameterKind.Type)
Symbols\Wrapped\WrappedTypeParameterSymbol.vb (1)
93If(TypeOf Me.ContainingSymbol Is NamedTypeSymbol, TypeParameterKind.Type,
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\SimpleTypeParameterSymbol.vb (2)
26If(TypeOf Me.ContainingSymbol Is NamedTypeSymbol, TypeParameterKind.Type, 45Return If(TypeOf Me.ContainingSymbol Is MethodSymbol, TypeParameterKind.Method, TypeParameterKind.Type)
Microsoft.CodeAnalysis.Workspaces (6)
CodeGenerationTypeParameterSymbol.cs (1)
78: TypeParameterKind.Type;
SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
604(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) || 608(y.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(y.ContainingType)) || 625if (x.TypeParameterKind == TypeParameterKind.Type && x.ContainingType.IsAnonymousType)
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (2)
264(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) || 276if (x.TypeParameterKind == TypeParameterKind.Type && x.ContainingType.IsAnonymousType)
Microsoft.VisualStudio.LanguageServices (1)
Progression\GraphNodeIdCreation.cs (1)
83if (typeParameter.TypeParameterKind == TypeParameterKind.Type)