5 references to TypedByRef
Mono.Cecil (5)
Mono.Cecil\AssemblyReader.cs (1)
3447 case ElementType.TypedByRef: return TypeSystem.TypedReference;
Mono.Cecil\Import.cs (1)
156 { typeof (TypedReference), ElementType.TypedByRef },
Mono.Cecil\MetadataSystem.cs (1)
87 { "TypedReference", new Row<ElementType, bool> (ElementType.TypedByRef, false) },
Mono.Cecil\TypeReference.cs (1)
40 TypedByReference = ElementType.TypedByRef,
Mono.Cecil\TypeSystem.cs (1)
276 get { return type_typedref ?? (LookupSystemValueType (ref type_typedref, "TypedReference", ElementType.TypedByRef)); }