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