2 references to GetInterfaceImplementationAttributeConstructorArgument
Microsoft.Cci.Extensions (2)
Extensions\CSharp\CSharpCciExtensions.cs (1)
667
return methodImplementation.ImplementedMethod.ContainingType.
GetInterfaceImplementationAttributeConstructorArgument
(typeToken, location, metadataReaderCache, NullableConstructorArgumentParser);
Writers\CSharp\CSDeclarationWriter.Types.cs (1)
128
nullableAttributeValue = interfaceImplementation.
GetInterfaceImplementationAttributeConstructorArgument
(typeToken, location, _metadataReaderCache, CSharpCciExtensions.NullableConstructorArgumentParser);