12 references to SetAccess
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymFactory.cs (5)
82
sym.
SetAccess
(ACCESS.ACC_PUBLIC);
97
sym.
SetAccess
(ACCESS.ACC_UNKNOWN);
122
sym.
SetAccess
(ACCESS.ACC_UNKNOWN); // required for Symbol::hasExternalAccess which is used by refactoring
157
pResult.
SetAccess
(ACCESS.ACC_PRIVATE); // Always private - not accessible anywhere except their own type.
170
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)
580
typeParam.
SetAccess
(ACCESS.ACC_PUBLIC);
945
agg.
SetAccess
(access);
1083
field.
SetAccess
(access);
1136
ev.
SetAccess
(access);
1316
prop.
SetAccess
(access);
1428
methodSymbol.
SetAccess
(access);