1 write to _metadataReaderCache
Microsoft.Cci.Extensions (1)
Writers\CSharp\CSDeclarationWriter.cs (1)
54_metadataReaderCache = new SRMetadataPEReaderCache();
5 references to _metadataReaderCache
Microsoft.Cci.Extensions (5)
Writers\CSharp\CSDeclarationWriter.cs (1)
523_metadataReaderCache.Dispose();
Writers\CSharp\CSDeclarationWriter.Generics.cs (1)
98nullableAttributeValue = parameter.GetGenericParameterConstraintConstructorArgument(constraintIndex, assemblyLocation, _metadataReaderCache, CSharpCciExtensions.NullableConstructorArgumentParser) ?? nullableAttributeValue;
Writers\CSharp\CSDeclarationWriter.Methods.cs (1)
124object nullableAttributeArgument = methodImplementation.GetExplicitInterfaceMethodNullableAttributeArgument(_metadataReaderCache);
Writers\CSharp\CSDeclarationWriter.Properties.cs (1)
126object nullableAttributeArgument = methodImplementation.GetExplicitInterfaceMethodNullableAttributeArgument(_metadataReaderCache);
Writers\CSharp\CSDeclarationWriter.Types.cs (1)
128nullableAttributeValue = interfaceImplementation.GetInterfaceImplementationAttributeConstructorArgument(typeToken, location, _metadataReaderCache, CSharpCciExtensions.NullableConstructorArgumentParser);