26 references to Cref
Microsoft.CodeAnalysis.CodeStyle (6)
SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
605x.TypeParameterKind == TypeParameterKind.Cref); 609y.TypeParameterKind == TypeParameterKind.Cref); 632if (x.TypeParameterKind == TypeParameterKind.Cref)
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (2)
265x.TypeParameterKind == TypeParameterKind.Cref); 283if (x.TypeParameterKind == TypeParameterKind.Cref)
SymbolKey.TypeParameterSymbolKey.cs (1)
17if (symbol.TypeParameterKind == TypeParameterKind.Cref)
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Lookup.cs (1)
2035if (type.TypeParameterKind == TypeParameterKind.Cref)
Symbols\Source\CrefTypeParameterSymbol.cs (1)
82return TypeParameterKind.Cref;
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
24TypeParameterKind.Cref)),
Symbols\TypeWithAnnotations.cs (1)
204if (((TypeParameterSymbol)typeSymbol).TypeParameterKind == TypeParameterKind.Cref)
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\SimpleTypeParameterSymbol.cs (1)
32TypeParameterKind.Cref)),
Microsoft.CodeAnalysis.Features (2)
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (1)
731Contract.ThrowIfTrue(symbol.TypeParameterKind == TypeParameterKind.Cref);
QuickInfo\CommonSemanticQuickInfoProvider.cs (1)
266if (symbol is ITypeParameterSymbol { TypeParameterKind: TypeParameterKind.Cref })
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Lookup.vb (1)
2040If typeParameter.TypeParameterKind = TypeParameterKind.Cref Then
Symbols\Source\CrefTypeParameterSymbol.vb (1)
106Return TypeParameterKind.Cref
Symbols\SynthesizedSymbols\SynthesizedClonedTypeParameterSymbol.vb (1)
51TypeParameterKind.Cref)),
Symbols\Wrapped\WrappedTypeParameterSymbol.vb (1)
94TypeParameterKind.Cref)),
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\SimpleTypeParameterSymbol.vb (1)
27TypeParameterKind.Cref)),
Microsoft.CodeAnalysis.Workspaces (8)
Recommendations\AbstractRecommendationService.cs (1)
107return ((ITypeParameterSymbol)symbol).TypeParameterKind != TypeParameterKind.Cref;
SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
605x.TypeParameterKind == TypeParameterKind.Cref); 609y.TypeParameterKind == TypeParameterKind.Cref); 632if (x.TypeParameterKind == TypeParameterKind.Cref)
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (2)
265x.TypeParameterKind == TypeParameterKind.Cref); 283if (x.TypeParameterKind == TypeParameterKind.Cref)
SymbolKey.TypeParameterSymbolKey.cs (1)
17if (symbol.TypeParameterKind == TypeParameterKind.Cref)
Workspace\Solution\SolutionState.SymbolToProjectId.cs (1)
133typeParameter.TypeParameterKind == TypeParameterKind.Cref)