21 references to ElementType
AssemblyStripper (21)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Cil\CodeWriter.cs (2)
410 type = (type as PinnedType).ElementType; 415 type = (type as ReferenceType).ElementType;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureReader.cs (1)
662 param = ((ArrayType) param).ElementType;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\DefaultImporter.cs (1)
73 TypeReference elementType = ImportTypeReference (original.ElementType, context);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\MetadataResolver.cs (6)
175 return AreSame (a.ElementType, b.ElementType); 186 return AreSame (a.ElementType, b.ElementType); 191 if (!AreSame (a.ElementType, b.ElementType))
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (1)
231 ct = (ct as GenericInstanceType).ElementType;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (10)
1088 gi.Type = GetTypeDefOrRefToken (git.ElementType); 1100 szary.CustomMods = GetCustomMods (aryType.ElementType); 1101 szary.Type = GetSigType (aryType.ElementType); 1129 ary.CustomMods = GetCustomMods (aryType.ElementType); 1130 ary.Type = GetSigType (aryType.ElementType); 1134 TypeReference elementType = (type as PointerType).ElementType; 1153 return GetSigType ((type as TypeSpecification).ElementType); 1189 modifier = modifier.ElementType as ModType; 1269 ts = ts.ElementType as TypeSpecification; 1432 TypeReference obj = ((ArrayType) type).ElementType;