17 references to TypeRefTreatment
System.Reflection.Metadata (17)
System\Reflection\Metadata\MetadataReader.WinMD.cs (7)
325return TreatmentAndRowId((byte)TypeRefTreatment.UseProjectionInfo, projectionIndex); 333private TypeRefTreatment GetSpecialTypeRefTreatment(TypeReferenceHandle handle) 341return TypeRefTreatment.SystemDelegate; 346return TypeRefTreatment.SystemAttribute; 350return TypeRefTreatment.None; 424case TypeRefTreatment.SystemAttribute: 428case TypeRefTreatment.SystemDelegate:
System\Reflection\Metadata\TypeSystem\TypeReference.cs (10)
27private TypeRefTreatment Treatment 29get { return (TypeRefTreatment)(_treatmentAndRowId >> TokenTypeIds.RowIdBitCount); } 101case TypeRefTreatment.SystemAttribute: 102case TypeRefTreatment.SystemDelegate: 105case TypeRefTreatment.UseProjectionInfo: 115if (Treatment == TypeRefTreatment.UseProjectionInfo) 129case TypeRefTreatment.SystemAttribute: 130case TypeRefTreatment.SystemDelegate: 133case TypeRefTreatment.UseProjectionInfo: 156if (Treatment == TypeRefTreatment.UseProjectionInfo)