1 write to ModuleNullableContextValue
Microsoft.Cci.Extensions (1)
Writers\CSharp\CSharpWriter.cs (1)
94
_declarationWriter.
ModuleNullableContextValue
= assembly.ModuleAttributes.GetCustomAttributeArgumentValue<byte?>(CSharpCciExtensions.NullableContextAttributeFullName);
3 references to ModuleNullableContextValue
Microsoft.Cci.Extensions (3)
Writers\CSharp\CSDeclarationWriter.cs (1)
480
nullableAttributeArgument = nullableAttribute.GetAttributeArgumentValue<byte>() ?? methodNullableContextValue ?? TypeNullableContextValue ??
ModuleNullableContextValue
;
Writers\CSharp\CSDeclarationWriter.Generics.cs (2)
61
object nullableAttributeValue = nullableAttribute.GetAttributeArgumentValue<byte>() ?? methodNullableContextValue ?? TypeNullableContextValue ??
ModuleNullableContextValue
;
102
yield return () => WriteTypeName(constraint, noSpace: true, nullableAttributeArgument: nullableAttributeValue ?? methodNullableContextValue ?? TypeNullableContextValue ??
ModuleNullableContextValue
);