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