12 instantiations of FakeTypeEntity
ILAssembler (12)
EntityRegistry.cs (1)
680return new FakeTypeEntity(entityHandle);
GrammarVisitor.cs (11)
1248return new(new EntityRegistry.FakeTypeEntity(default(TypeDefinitionHandle))); 1258return new(new EntityRegistry.FakeTypeEntity(default(TypeDefinitionHandle))); 1264return new(new EntityRegistry.FakeTypeEntity(default(TypeDefinitionHandle))); 1273return new(new EntityRegistry.FakeTypeEntity(default(TypeDefinitionHandle))); 1290return new(new EntityRegistry.FakeTypeEntity(default(TypeDefinitionHandle))); 1304resolutionContext = new EntityRegistry.FakeTypeEntity(default(ModuleDefinitionHandle)); 1350return new EntityRegistry.FakeTypeEntity(default(TypeDefinitionHandle)); 1363return new(new EntityRegistry.FakeTypeEntity(resolvedToken.Handle)); 5321return new(new EntityRegistry.FakeTypeEntity(MetadataTokens.ModuleReferenceHandle(0))); 5323return new(new EntityRegistry.FakeTypeEntity(module.Handle)); 5327return new(new EntityRegistry.FakeTypeEntity(
4 references to FakeTypeEntity
ILAssembler (4)
BlobBuilderExtensions.cs (1)
88if (entity is EntityRegistry.FakeTypeEntity fakeEntity)
EntityRegistry.cs (2)
185resolutionScope is FakeTypeEntity fakeScope ? fakeScope.ResolutionScopeColumnHandle : resolutionScope.Handle, 301impl.InterfaceType is FakeTypeEntity fakeType ? fakeType.TypeColumnHandle : impl.InterfaceType.Handle);
GrammarVisitor.cs (1)
2174if (entity is null or EntityRegistry.FakeTypeEntity)