9 references to SynthesizeTupleNamesAttribute
Microsoft.CodeAnalysis.CSharp (9)
Symbols\MethodSymbol.cs (1)
1177AddSynthesizedAttribute(ref attributes, compilation.SynthesizeTupleNamesAttribute(type.Type));
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
415compilation.SynthesizeTupleNamesAttribute(type.Type));
Symbols\Source\SourceEventSymbol.cs (1)
390DeclaringCompilation.SynthesizeTupleNamesAttribute(type.Type));
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5984AddSynthesizedAttribute(ref attributes, compilation.SynthesizeTupleNamesAttribute(baseType));
Symbols\Source\SourceParameterSymbolBase.cs (1)
118compilation.SynthesizeTupleNamesAttribute(type.Type));
Symbols\Source\SourcePropertySymbolBase.cs (1)
1409compilation.SynthesizeTupleNamesAttribute(type.Type));
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
78compilation.SynthesizeTupleNamesAttribute(Type));
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
176compilation.SynthesizeTupleNamesAttribute(type.Type));
Symbols\TypeSymbolExtensions.cs (1)
2097addIfNotNull(builder, compilation.SynthesizeTupleNamesAttribute(type.Type));