3 references to WriteGenericContraints
Microsoft.Cci.Extensions (3)
Writers\CSharp\CSDeclarationWriter.Methods.cs (1)
187WriteGenericContraints(method.GenericParameters, nullableContextValue);
Writers\CSharp\CSDeclarationWriter.Types.cs (2)
74if (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. 84if (type.IsGeneric) WriteGenericContraints(type.GenericParameters);