1 write to _oldTypeReference
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeletedTypeDefinition.cs (1)
23_oldTypeReference = typeReference;
43 references to _oldTypeReference
Microsoft.CodeAnalysis (43)
Emit\EditAndContinue\DeletedTypeDefinition.cs (43)
26public ushort Alignment => _oldTypeReference.Alignment; 28public IEnumerable<IGenericTypeParameter> GenericParameters => _oldTypeReference.GenericParameters; 30public ushort GenericParameterCount => _oldTypeReference.GenericParameterCount; 32public bool HasDeclarativeSecurity => _oldTypeReference.HasDeclarativeSecurity; 34public bool IsAbstract => _oldTypeReference.IsAbstract; 36public bool IsBeforeFieldInit => _oldTypeReference.IsBeforeFieldInit; 38public bool IsComObject => _oldTypeReference.IsComObject; 40public bool IsGeneric => _oldTypeReference.IsGeneric; 42public bool IsInterface => _oldTypeReference.IsInterface; 44public bool IsDelegate => _oldTypeReference.IsDelegate; 46public bool IsRuntimeSpecial => _oldTypeReference.IsRuntimeSpecial; 48public bool IsSerializable => _oldTypeReference.IsSerializable; 50public bool IsSpecialName => _oldTypeReference.IsSpecialName; 52public bool IsWindowsRuntimeImport => _oldTypeReference.IsWindowsRuntimeImport; 54public bool IsSealed => _oldTypeReference.IsSealed; 56public LayoutKind Layout => _oldTypeReference.Layout; 58public IEnumerable<SecurityAttribute> SecurityAttributes => _oldTypeReference.SecurityAttributes; 60public uint SizeOf => _oldTypeReference.SizeOf; 62public CharSet StringFormat => _oldTypeReference.StringFormat; 64public bool IsEnum => _oldTypeReference.IsEnum; 66public bool IsValueType => _oldTypeReference.IsValueType; 68public Cci.PrimitiveTypeCode TypeCode => _oldTypeReference.TypeCode; 70public TypeDefinitionHandle TypeDef => _oldTypeReference.TypeDef; 72public IGenericMethodParameterReference? AsGenericMethodParameterReference => _oldTypeReference.AsGenericMethodParameterReference; 74public IGenericTypeInstanceReference? AsGenericTypeInstanceReference => _oldTypeReference.AsGenericTypeInstanceReference; 76public IGenericTypeParameterReference? AsGenericTypeParameterReference => _oldTypeReference.AsGenericTypeParameterReference; 78public INamespaceTypeReference? AsNamespaceTypeReference => _oldTypeReference.AsNamespaceTypeReference; 80public INestedTypeReference? AsNestedTypeReference => _oldTypeReference.AsNestedTypeReference; 82public ISpecializedNestedTypeReference? AsSpecializedNestedTypeReference => _oldTypeReference.AsSpecializedNestedTypeReference; 91return _oldTypeReference.AsNamespaceTypeDefinition(context); 96return _oldTypeReference.AsNestedTypeDefinition(context); 106_oldTypeReference.Dispatch(visitor); 111return _oldTypeReference.GetAttributes(context); 116return _oldTypeReference.GetBaseClass(context); 121return _oldTypeReference.GetEvents(context); 126return _oldTypeReference.GetExplicitImplementationOverrides(context); 131return _oldTypeReference.GetFields(context); 136return _oldTypeReference.GetInternalSymbol(); 141return _oldTypeReference.GetMethods(context); 146return _oldTypeReference.GetNestedTypes(context); 151return _oldTypeReference.GetProperties(context); 156return _oldTypeReference.GetResolvedType(context); 161return _oldTypeReference.Interfaces(context);