2 references to IsNullableValueType
Microsoft.Cci.Extensions (2)
Writers\CSharp\CSDeclarationWriter.cs (2)
336
isNullableValueType = genericType.
IsNullableValueType
();
388
if (!parameter.IsValueType || (parameter is IGenericTypeInstanceReference gt && !gt.
IsNullableValueType
()) || (parameter is IArrayType))