4 references to Friend
Microsoft.CodeAnalysis (2)
Symbols\Accessibility.cs (2)
30/// (more restrictive than <see cref="Protected"/>, <see cref="Friend"/> and <see cref="ProtectedOrFriend"/>). 47/// (less restrictive than <see cref="Protected"/>, <see cref="Friend"/> and <see cref="ProtectedAndFriend"/>).
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
61get { return Accessibility.Friend; }
Microsoft.ML.InternalCodeAnalyzer (1)
BestFriendAnalyzer.cs (1)
85case Accessibility.Friend: