3 references to WriteGenericContraints
Microsoft.Cci.Extensions (3)
Writers\CSharp\CSDeclarationWriter.Methods.cs (1)
187
WriteGenericContraints
(method.GenericParameters, nullableContextValue);
Writers\CSharp\CSDeclarationWriter.Types.cs (2)
74
if (type.IsGeneric)
WriteGenericContraints
(type.GenericParameters, TypeNullableContextValue); // Delegates are special, and the NullableContextValue we should fallback to is the delegate type one, not the invoke method one.
84
if (type.IsGeneric)
WriteGenericContraints
(type.GenericParameters);