Ejemplo n.º 1
0
        private void WriteTypeName(ITypeReference type, ITypeReference containingType, IEnumerable <ICustomAttribute> attributes = null, byte?methodNullableContextValue = null)
        {
            var useKeywords = containingType.GetTypeName() != type.GetTypeName();

            WriteTypeName(type, attributes: attributes, useTypeKeywords: useKeywords, methodNullableContextValue: methodNullableContextValue);
        }
Ejemplo n.º 2
0
        private void WriteTypeName(ITypeReference type, ITypeReference containingType, bool isDynamic = false)
        {
            var useKeywords = containingType.GetTypeName() != type.GetTypeName();

            WriteTypeName(type, isDynamic: isDynamic, useTypeKeywords: useKeywords);
        }
        private void WriteTypeName(ITypeReference type, ITypeReference containingType, IEnumerable <ICustomAttribute> attributes = null)
        {
            var useKeywords = containingType.GetTypeName() != type.GetTypeName();

            WriteTypeName(type, attributes: attributes, useTypeKeywords: useKeywords);
        }
        private void WriteTypeName(ITypeReference type, ITypeReference containingType, bool isDynamic = false)
        {
            var useKeywords = containingType.GetTypeName() != type.GetTypeName();

            WriteTypeName(type, isDynamic: isDynamic, useTypeKeywords: useKeywords);
        }