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)
30private TypeRefTreatment Treatment 32get { return (TypeRefTreatment)(_treatmentAndRowId >> TokenTypeIds.RowIdBitCount); } 104case TypeRefTreatment.SystemAttribute: 105case TypeRefTreatment.SystemDelegate: 108case TypeRefTreatment.UseProjectionInfo: 118if (Treatment == TypeRefTreatment.UseProjectionInfo) 132case TypeRefTreatment.SystemAttribute: 133case TypeRefTreatment.SystemDelegate: 136case TypeRefTreatment.UseProjectionInfo: 159if (Treatment == TypeRefTreatment.UseProjectionInfo)