Method | Description | |
---|---|---|
CanVisitApi ( ISymbol symbol, bool wantProtectedMember, IFilterVisitor outer ) : bool | ||
CanVisitAttribute ( ISymbol symbol, bool wantProtectedMember, IFilterVisitor outer ) : bool | ||
DelegatingFilterVisitor ( IFilterVisitor inner ) : Microsoft.CodeAnalysis |
Method | Description | |
---|---|---|
CanVisitApiCore ( ISymbol symbol, bool wantProtectedMember, IFilterVisitor outer ) : bool | ||
CanVisitAttributeCore ( ISymbol symbol, bool wantProtectedMember, IFilterVisitor outer ) : bool |
public CanVisitApi ( ISymbol symbol, bool wantProtectedMember, IFilterVisitor outer ) : bool | ||
symbol | ISymbol | |
wantProtectedMember | bool | |
outer | IFilterVisitor | |
return | bool |
protected CanVisitApiCore ( ISymbol symbol, bool wantProtectedMember, IFilterVisitor outer ) : bool | ||
symbol | ISymbol | |
wantProtectedMember | bool | |
outer | IFilterVisitor | |
return | bool |
public CanVisitAttribute ( ISymbol symbol, bool wantProtectedMember, IFilterVisitor outer ) : bool | ||
symbol | ISymbol | |
wantProtectedMember | bool | |
outer | IFilterVisitor | |
return | bool |
protected CanVisitAttributeCore ( ISymbol symbol, bool wantProtectedMember, IFilterVisitor outer ) : bool | ||
symbol | ISymbol | |
wantProtectedMember | bool | |
outer | IFilterVisitor | |
return | bool |
public DelegatingFilterVisitor ( IFilterVisitor inner ) : Microsoft.CodeAnalysis | ||
inner | IFilterVisitor | |
return | Microsoft.CodeAnalysis |