18 references to NotReferencable
Microsoft.CodeAnalysis.CSharp (1)
Binder\LookupResultKind.cs (1)
84case LookupResultKind.NotReferencable: return CandidateReason.NotReferencable;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\BindingTests.cs (2)
2370Assert.Equal(CandidateReason.NotReferencable, symbolInfo.CandidateReason); 2389Assert.Equal(CandidateReason.NotReferencable, symbolInfo.CandidateReason);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
Compilation\GetSemanticInfoTests.cs (2)
4493Assert.Equal(CandidateReason.NotReferencable, info.CandidateReason); 6016Assert.Equal(CandidateReason.NotReferencable, info.CandidateReason);
Compilation\SemanticModelAPITests.cs (1)
2054Assert.Equal(CandidateReason.NotReferencable, symbolInfo.CandidateReason);
Compilation\SemanticModelGetSemanticInfoTests.cs (3)
5408Assert.Equal(CandidateReason.NotReferencable, semanticInfo.CandidateReason); 10499Assert.Equal(CandidateReason.NotReferencable, semanticInfo.CandidateReason); 10529Assert.Equal(CandidateReason.NotReferencable, semanticInfo.CandidateReason);
DocumentationComments\CrefTests.cs (1)
6352Assert.Equal(CandidateReason.NotReferencable, nonCrefInfo.CandidateReason);
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
151CandidateReason.NotReferencable or
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\LookupResult.vb (1)
70Return CandidateReason.NotReferencable
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\GetExtendedSemanticInfoTests.vb (1)
1712Assert.Equal(CandidateReason.NotReferencable, semanticSummary.CandidateReason)
Semantics\GetSemanticInfoTests.vb (1)
6003Assert.Equal(CandidateReason.NotReferencable, symbolInfo.CandidateReason)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
DocumentationComments\DocCommentTests.vb (3)
5011Assert.Equal(CandidateReason.NotReferencable, typeParamSymInfo.CandidateReason) 11653Assert.Equal(CandidateReason.NotReferencable, info0.CandidateReason) 12018Assert.Equal(CandidateReason.NotReferencable, actual.CandidateReason)
Microsoft.CodeAnalysis.Workspaces (1)
Rename\RenameLocation.cs (1)
96case CandidateReason.NotReferencable: