1 write to Module
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
130
this.
Module
= module;
43 references to Module
Microsoft.CodeAnalysis (43)
MetadataReader\MetadataDecoder.cs (43)
178
BlobReader memoryReader = this.
Module
.GetTypeSpecificationSignatureReaderOrThrow(typeSpec);
513
Module
.GetTypeRefPropsOrThrow(typeRef, out name, out @namespace, out resolutionScope);
573
return LookupTopLevelTypeDefSymbol(
Module
.GetAssemblyReferenceIndexOrThrow(assemblyRef), ref fullName);
584
Module
.GetModuleRefNameOrThrow(moduleRef),
623
if (!
Module
.IsNestedTypeDefOrThrow(typeDef) &&
Module
.IsNoPiaLocalType(typeDef))
636
string name =
Module
.GetTypeDefNameOrThrow(typeDef);
639
if (
Module
.IsNestedTypeDefOrThrow(typeDef))
642
TypeDefinitionHandle containerTypeDef =
Module
.GetContainingTypeOrThrow(typeDef);
668
string namespaceName =
Module
.GetTypeDefNamespaceOrThrow(typeDef);
686
if (
Module
.IsNoPiaLocalType(
694
if (!
Module
.HasGenericParametersOrThrow(typeDef))
799
BlobReader memoryReader = this.
Module
.GetTypeSpecificationSignatureReaderOrThrow((TypeSpecificationHandle)token);
915
var memoryReader = this.
Module
.GetTypeSpecificationSignatureReaderOrThrow((TypeSpecificationHandle)token);
1141
var signatureHandle =
Module
.MetadataReader.GetStandaloneSignature(handle).Signature;
1142
var signatureReader =
Module
.MetadataReader.GetBlobReader(signatureHandle);
1180
var reader =
Module
.MetadataReader;
1212
BlobHandle signature =
Module
.GetMethodSignatureOrThrow(methodDef);
1223
foreach (var param in
Module
.GetParametersOfMethodOrThrow(methodDef))
1225
int sequenceNumber =
Module
.GetParameterSequenceNumberOrThrow(param);
1254
=> GetSignatureCountsOrThrow(
Module
, methodDef, out parameterCount, out typeParameterCount);
1273
var signature =
Module
.GetPropertySignatureOrThrow(handle);
1300
var signature =
Module
.GetPropertySignatureOrThrow(handle);
1594
return
Module
.IsTargetAttribute(
1611
return
Module
.GetTargetAttributeSignatureIndex(customAttribute, description);
1637
BlobReader argsReader =
Module
.GetMemoryReaderOrThrow(
Module
.GetCustomAttributeValueOrThrow(handle));
1689
if (!
Module
.GetTypeAndConstructor(handle, out attributeType, out ctor))
1718
if (!
Module
.GetTypeAndConstructor(handle, out attributeType, out ctor))
1725
if (!
Module
.GetAttributeNamespaceAndName(attributeType, out namespaceHandle, out nameHandle))
1730
string fullName =
Module
.GetFullNameOrThrow(namespaceHandle, nameHandle);
1771
return DecodeSignatureHeaderOrThrow(
Module
, signature, out signatureHeader);
1834
BlobHandle signature =
Module
.GetFieldSignatureOrThrow(fieldHandle);
1905
foreach (var methodImpl in
Module
.GetMethodImplementationsOrThrow(implementingTypeDef))
1909
Module
.GetMethodImplPropsOrThrow(methodImpl, out methodDebugHandle, out implementedMethodHandle);
1997
foreach (MethodDefinitionHandle methodDef in
Module
.GetMethodsOfTypeOrThrow(typeDef))
2037
foreach (var interfaceImplHandle in
Module
.GetInterfaceImplementationsOrThrow(searchTypeDef))
2039
var interfaceImpl =
Module
.MetadataReader.GetInterfaceImplementation(interfaceImplHandle);
2043
EnqueueTypeToken(typeDefsToSearch, typeSymbolsToSearch,
Module
.GetBaseTypeOfTypeOrThrow(searchTypeDef));
2185
TypeDefinitionHandle typeDef =
Module
.FindContainingTypeOrThrow((MethodDefinitionHandle)token);
2205
TypeDefinitionHandle typeDef =
Module
.FindContainingTypeOrThrow((FieldDefinitionHandle)token);
2225
this.
Module
.GetMethodSpecificationOrThrow((MethodSpecificationHandle)token, out method, out instantiation);
2255
EntityHandle container =
Module
.GetContainingTypeOrThrow(memberRef);