12 references to SynthesizeTupleNamesAttribute
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceEventSymbol.vb (1)
771AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Type))
Symbols\Source\SourceFieldSymbol.vb (1)
688AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Type))
Symbols\Source\SourceMethodSymbol.vb (1)
1461AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Me.ReturnType))
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2530AddSynthesizedAttribute(attributes, compilation.SynthesizeTupleNamesAttribute(baseType))
Symbols\Source\SourceParameterSymbolBase.vb (1)
73AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Type))
Symbols\Source\SourcePropertySymbol.vb (1)
1213AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Type))
Symbols\Source\SynthesizedFieldSymbol.vb (1)
70AddSynthesizedAttribute(attributes, compilation.SynthesizeTupleNamesAttribute(Type))
Symbols\SynthesizedSymbols\SynthesizedBackingFieldBase.vb (1)
142AddSynthesizedAttribute(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)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EEMethodSymbol.vb (1)
614AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(returnType))