11 references to SynthesizeTupleNamesAttribute
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceEventSymbol.vb (1)
783AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Type))
Symbols\Source\SourceFieldSymbol.vb (1)
708AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Type))
Symbols\Source\SourceMethodSymbol.vb (1)
1462AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Me.ReturnType))
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2636AddSynthesizedAttribute(attributes, compilation.SynthesizeTupleNamesAttribute(baseType))
Symbols\Source\SourceParameterSymbolBase.vb (1)
73AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Type))
Symbols\Source\SourcePropertySymbol.vb (1)
1271AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Type))
Symbols\Source\SynthesizedFieldSymbol.vb (1)
85AddSynthesizedAttribute(attributes, compilation.SynthesizeTupleNamesAttribute(Type))
Symbols\SynthesizedSymbols\SynthesizedBackingFieldBase.vb (1)
150AddSynthesizedAttribute(attributes, compilation.SynthesizeTupleNamesAttribute(Type))
Symbols\SynthesizedSymbols\SynthesizedInterfaceImplementationStubSymbol.vb (1)
200AddSynthesizedAttribute(attributes, compilation.SynthesizeTupleNamesAttribute(Me.ReturnType))
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (1)
251AddSynthesizedAttribute(attributes, compilation.SynthesizeTupleNamesAttribute(Type))
Symbols\TypeSymbolExtensions.vb (1)
1284Dim attr = declaringCompilation.SynthesizeTupleNamesAttribute(type)