2 overrides of Names
System.CodeDom (2)
Microsoft\CSharp\CSharpMemberAttributeConverter.cs (1)
14protected override string[] Names { get; } = new[] { "Public", "Protected", "Protected Internal", "Internal", "Private" };
Microsoft\CSharp\CSharpTypeAttributeConverter.cs (1)
14protected override string[] Names { get; } = new[] { "Public", "Internal" };
2 references to Names
System.CodeDom (2)
Microsoft\CSharp\CSharpModifierAttributeConverter.cs (2)
24string[] names = Names; 51return Names[i];