54 references to Assembly
PresentationBuildTasks (10)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (6)
1610
_internal = converter.ConvertToInvariantString(MemberAttributes.
Assembly
).ToLowerInvariant();
1646
return MemberAttributes.
Assembly
;
1657
return MemberAttributes.
Assembly
;
1994
cmmEventHandler.Attributes = MemberAttributes.
Assembly
| MemberAttributes.Overloaded;
2167
field.Attributes = MemberAttributes.
Assembly
;
2512
cmmCD.Attributes = MemberAttributes.
Assembly
| MemberAttributes.Final;
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (4)
670
else if (_fieldModifier != MemberAttributes.
Assembly
)
673
MemberAttributes.
Assembly
!= _fieldModifier)
679
_fieldModifier = MemberAttributes.
Assembly
;
942
private MemberAttributes _fieldModifier = MemberAttributes.
Assembly
;
System (7)
compmod\microsoft\csharp\csharpcodeprovider.cs (3)
2058
case MemberAttributes.
Assembly
:
2097
case MemberAttributes.
Assembly
:
4102
(object)MemberAttributes.
Assembly
,
compmod\microsoft\visualbasic\VBCodeProvider.cs (3)
766
case MemberAttributes.
Assembly
:
828
case MemberAttributes.
Assembly
:
3022
(object)MemberAttributes.
Assembly
,
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1074
case MemberAttributes.
Assembly
:
System.Activities (3)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (3)
1476
expressionMethod.Attributes = MemberAttributes.
Assembly
| MemberAttributes.Final;
1817
dataContextActivitiesHelper.Attributes = MemberAttributes.
Assembly
| MemberAttributes.Final | MemberAttributes.Static;
1879
cacheHelper.Attributes = MemberAttributes.
Assembly
| MemberAttributes.Final | MemberAttributes.Static;
System.Data (7)
fx\src\data\System\Data\CodeGen\datacache.cs (7)
337
constructor.Attributes = MemberAttributes.
Assembly
| MemberAttributes.Final;
366
constructor.Attributes = MemberAttributes.
Assembly
| MemberAttributes.Final;
404
CodeMemberProperty colProp = PropertyDecl(typeof(DataColumn), TableColumnPropertyName(column), MemberAttributes.
Assembly
| MemberAttributes.Final); {
566
CodeMemberMethod tableInitVars = MethodDecl(typeof(void), "InitVars", MemberAttributes.
Assembly
| MemberAttributes.Final); {
767
constructor.Attributes = MemberAttributes.
Assembly
| MemberAttributes.Final;
1118
CodeMemberMethod initDataSetVarsMethod = MethodDecl(typeof(void), "InitVars", MemberAttributes.
Assembly
| MemberAttributes.Final); {
1127
CodeMemberMethod initVarsMethod = MethodDecl(typeof(void), "InitVars", MemberAttributes.
Assembly
| MemberAttributes.Final); {
System.Data.Entity.Design (9)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
202
return !(typeAccess == MemberAttributes.
Assembly
&& (setAccess == MemberAttributes.Public || setAccess == MemberAttributes.Family));
System\Data\EntityModel\Emitters\MetadataItemEmitter.cs (4)
93
accessibility == MemberAttributes.
Assembly
||
100
case MemberAttributes.
Assembly
:
141
return MemberAttributes.
Assembly
;
162
case MemberAttributes.
Assembly
:
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
406
if (accessibility == MemberAttributes.
Assembly
&& propertyAccessibility != MemberAttributes.
Assembly
)
System\Data\EntityModel\Emitters\PropertyEmitterBase.cs (2)
52
if (PropertyEmitter.GetGetterAccessibility(Item) == MemberAttributes.
Assembly
60
&& PropertyEmitter.GetSetterAccessibility(Item) == MemberAttributes.
Assembly
)
System.Data.Services.Design (9)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
168
return !(typeAccess == MemberAttributes.
Assembly
&& (setAccess == MemberAttributes.Public || setAccess == MemberAttributes.Family));
System\Data\EntityModel\Emitters\MetadataItemEmitter.cs (4)
86
accessibility == MemberAttributes.
Assembly
||
93
case MemberAttributes.
Assembly
:
134
return MemberAttributes.
Assembly
;
155
case MemberAttributes.
Assembly
:
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
424
if (accessibility == MemberAttributes.
Assembly
&& propertyAccessibility != MemberAttributes.
Assembly
)
System\Data\EntityModel\Emitters\PropertyEmitterBase.cs (2)
49
if (PropertyEmitter.GetGetterAccessibility(Item) == MemberAttributes.
Assembly
57
&& PropertyEmitter.GetSetterAccessibility(Item) == MemberAttributes.
Assembly
)
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
1944
property.Attributes |= MemberAttributes.
Assembly
;
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
376
ctor.Attributes = (ctor.Attributes & ~MemberAttributes.AccessMask) | MemberAttributes.
Assembly
;
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\Helper.cs (3)
37
if ((memberAttributes & MemberAttributes.AccessMask) == MemberAttributes.
Assembly
)
73
if ((memberAttributes & MemberAttributes.AccessMask) == MemberAttributes.
Assembly
)
99
if ((memberAttributes & MemberAttributes.AccessMask) == MemberAttributes.
Assembly
)
XamlBuildTask (4)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (3)
1024
return MemberAttributes.
Assembly
;
1103
Attributes = MemberAttributes.
Assembly
| MemberAttributes.Static,
1153
Attributes = MemberAttributes.
Assembly
| MemberAttributes.Static,
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
93
_internal = memberAttributesConverter.ConvertToInvariantString(MemberAttributes.
Assembly
).ToUpperInvariant();