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