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