5 references to GetCustomAttributeArgumentValue
Microsoft.Cci.Extensions (5)
Writers\CSharp\CSDeclarationWriter.Methods.cs (1)
147byte? nullableContextValue = method.Attributes.GetCustomAttributeArgumentValue<byte?>(CSharpCciExtensions.NullableContextAttributeFullName);
Writers\CSharp\CSDeclarationWriter.Properties.cs (1)
184byte? nullableContextValue = accessor.Attributes.GetCustomAttributeArgumentValue<byte?>(CSharpCciExtensions.NullableContextAttributeFullName);
Writers\CSharp\CSDeclarationWriter.Types.cs (1)
67byte? nullableContextValue = invoke.Attributes.GetCustomAttributeArgumentValue<byte?>(CSharpCciExtensions.NullableContextAttributeFullName);
Writers\CSharp\CSharpWriter.cs (2)
94_declarationWriter.ModuleNullableContextValue = assembly.ModuleAttributes.GetCustomAttributeArgumentValue<byte?>(CSharpCciExtensions.NullableContextAttributeFullName); 156byte? value = type.Attributes.GetCustomAttributeArgumentValue<byte?>(CSharpCciExtensions.NullableContextAttributeFullName);