12 references to SetAccess
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymFactory.cs (5)
79
sym.
SetAccess
(ACCESS.ACC_PUBLIC);
93
sym.
SetAccess
(ACCESS.ACC_UNKNOWN);
116
sym.
SetAccess
(ACCESS.ACC_UNKNOWN); // required for Symbol::hasExternalAccess which is used by refactoring
147
pResult.
SetAccess
(ACCESS.ACC_PRIVATE); // Always private - not accessible anywhere except their own type.
159
pResult.
SetAccess
(ACCESS.ACC_PRIVATE); // Always private - not accessible anywhere except their own type.
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
54
pTypeParameter.
SetAccess
(ACCESS.ACC_PRIVATE);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (6)
569
typeParam.
SetAccess
(ACCESS.ACC_PUBLIC);
925
agg.
SetAccess
(access);
1061
field.
SetAccess
(access);
1113
ev.
SetAccess
(access);
1291
prop.
SetAccess
(access);
1401
methodSymbol.
SetAccess
(access);