Base:
property
Name
Microsoft.CodeAnalysis.CSharp.Symbol.Name
6 references to Name
Microsoft.CodeAnalysis.CSharp (6)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (1)
258formatString.Builder.AppendFormat(i == 0 ? "{{{{ {0} = {{{1}}}" : ", {0} = {{{1}}}", property.Name, i);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.PropertyAccessorSymbol.cs (1)
24: base(property.ContainingType, SourcePropertyAccessorSymbol.GetAccessorName(property.Name, getNotSet: true, isWinMdOutput: false))
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.PropertySymbol.cs (3)
225return ((object)other != null) && other.Name == this.Name 231return Hash.Combine(this.ContainingType.GetHashCode(), this.Name.GetHashCode());
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
196string fieldName = this.Properties[fieldIndex].Name;