26 references to Assembly
Microsoft.Build.Tasks.Core (3)
system.design\stronglytypedresourcebuilder.cs (3)
391
resMgr.Attributes = MemberAttributes.
Assembly
;
424
culture.Attributes = MemberAttributes.
Assembly
;
579
prop.Attributes = MemberAttributes.
Assembly
;
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
1668
_internal = converter.ConvertToInvariantString(MemberAttributes.
Assembly
).ToLowerInvariant();
1704
return MemberAttributes.
Assembly
;
1715
return MemberAttributes.
Assembly
;
2048
cmmEventHandler.Attributes = MemberAttributes.
Assembly
| MemberAttributes.Overloaded;
2221
Attributes = MemberAttributes.
Assembly
,
2574
Attributes = MemberAttributes.
Assembly
| MemberAttributes.Final
MS\Internal\MarkupCompiler\ParserExtension.cs (4)
662
else if (_fieldModifier != MemberAttributes.
Assembly
)
665
MemberAttributes.
Assembly
!= _fieldModifier)
671
_fieldModifier = MemberAttributes.
Assembly
;
941
private MemberAttributes _fieldModifier = MemberAttributes.
Assembly
;
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
1589
case MemberAttributes.
Assembly
:
1631
case MemberAttributes.
Assembly
:
Microsoft\CSharp\CSharpMemberAttributeConverter.cs (1)
17
new object[] { MemberAttributes.Public, MemberAttributes.Family, MemberAttributes.FamilyOrAssembly, MemberAttributes.
Assembly
, MemberAttributes.Private };
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
527
case MemberAttributes.
Assembly
:
588
case MemberAttributes.
Assembly
:
Microsoft\VisualBasic\VBMemberAttributeConverter.cs (1)
17
new object[] { MemberAttributes.Public, MemberAttributes.Family, MemberAttributes.FamilyOrAssembly, MemberAttributes.
Assembly
, MemberAttributes.Private };
System\CodeDom\Compiler\CodeGenerator.cs (1)
1094
case MemberAttributes.
Assembly
:
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1996
property.Attributes |= MemberAttributes.
Assembly
;
System.Windows.Forms.Design (5)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersInheritedExtenderProvider.cs (2)
103
return MemberAttributes.
Assembly
;
131
return MemberAttributes.
Assembly
;
System\Resources\Tools\StronglyTypedResourceBuilder.cs (3)
526
Attributes = internalClass ? MemberAttributes.
Assembly
: MemberAttributes.Public
557
Attributes = internalClass ? MemberAttributes.
Assembly
: MemberAttributes.Public
720
property.Attributes = internalClass ? MemberAttributes.
Assembly
: MemberAttributes.Public;