17 references to NotCreatable
Microsoft.CodeAnalysis.CSharp (1)
Binder\LookupResultKind.cs (1)
83case LookupResultKind.NotCreatable: return CandidateReason.NotCreatable;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (13)
Compilation\SemanticModelGetSemanticInfoTests.cs (13)
12157Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 12191Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 12224Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 12261Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 12292Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 12327Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 12360Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 12396Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 12431Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 14385Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 14423Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 14512Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason); 14546Assert.Equal(CandidateReason.NotCreatable, semanticInfo.CandidateReason);
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
140if (info.CandidateReason == CandidateReason.NotCreatable)
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\LookupResult.vb (1)
62Return CandidateReason.NotCreatable
Microsoft.CodeAnalysis.Workspaces (1)
Rename\RenameLocation.cs (1)
91case CandidateReason.NotCreatable: