5 references to None
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (5)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (5)
90var hideNonPublicBehavior = DeclarationInfo.None; 132var previousDeclaration = DeclarationInfo.None; 152Debug.Assert(memberNameAlreadySeen != (previousDeclaration == DeclarationInfo.None)); 223return DeclarationInfo.None; 895return new MemberAndDeclarationInfo(member, displayName: member.Name, browsableState: null, info: DeclarationInfo.None, inheritanceLevel: 0, isGenerated: false, canFavorite: false, isFavorite: false);