Home
last modified time | relevance | path

Searched refs:AssemblyCustomAttributes (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/Microsoft.CSharp/
H A DCodeGeneratorFromCompileUnitTest.cs107 codeUnit.AssemblyCustomAttributes.Add (attrDec); in SimpleAttributeTest()
129 codeUnit.AssemblyCustomAttributes.Add (attrDec); in AttributeWithValueTest()
140 codeUnit.AssemblyCustomAttributes.Add (attrDec); in MultipleAttributeTest()
144 codeUnit.AssemblyCustomAttributes.Add (attrDec); in MultipleAttributeTest()
158 codeUnit.AssemblyCustomAttributes.Add (attrDec); in AttributeAndSimpleNamespaceTest()
162 codeUnit.AssemblyCustomAttributes.Add (attrDec); in AttributeAndSimpleNamespaceTest()
191 codeUnit.AssemblyCustomAttributes.Add (attrDec); in AttributeAndGlobalNamespaceWithImportTest()
204 AssemblyCustomAttributes = { in GlobalAttributeBeforeType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/Microsoft.VisualBasic/
H A DCodeGeneratorFromCompileUnitTest.cs96 codeUnit.AssemblyCustomAttributes.Add (attrDec); in SimpleAttributeTest()
118 codeUnit.AssemblyCustomAttributes.Add (attrDec); in AttributeWithValueTest()
128 codeUnit.AssemblyCustomAttributes.Add (attrDec); in MultipleAttributeTest()
132 codeUnit.AssemblyCustomAttributes.Add (attrDec); in MultipleAttributeTest()
146 codeUnit.AssemblyCustomAttributes.Add (attrDec); in AttributeAndSimpleNamespaceTest()
150 codeUnit.AssemblyCustomAttributes.Add (attrDec); in AttributeAndSimpleNamespaceTest()
167 codeUnit.AssemblyCustomAttributes.Add (attrDec); in AttributeAndImportsTest()
184 codeUnit.AssemblyCustomAttributes.Add (attrDec); in AttributeAndImportsAndNamespaceTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeObjects/
H A DCodeCompileUnitTests.cs18 Assert.Empty(compileUnit.AssemblyCustomAttributes); in Ctor_Default()
57 compileUnit.AssemblyCustomAttributes.Add(attribute1); in CustomAttributes_AddMultiple_ReturnsExpected()
58 …Assert.Equal(new CodeAttributeDeclaration[] { attribute1 }, compileUnit.AssemblyCustomAttributes.C… in CustomAttributes_AddMultiple_ReturnsExpected()
61 compileUnit.AssemblyCustomAttributes.Add(attribute2); in CustomAttributes_AddMultiple_ReturnsExpected()
62 …eAttributeDeclaration[] { attribute1, attribute2 }, compileUnit.AssemblyCustomAttributes.Cast<Code… in CustomAttributes_AddMultiple_ReturnsExpected()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeSnippetCompileUnitTest.cs50 Assert.IsNotNull (cscu.AssemblyCustomAttributes, "#4"); in Constructor0()
51 Assert.AreEqual (0, cscu.AssemblyCustomAttributes.Count, "#5"); in Constructor0()
91 Assert.IsNotNull (cscu.AssemblyCustomAttributes, "#5"); in Constructor1()
92 Assert.AreEqual (0, cscu.AssemblyCustomAttributes.Count, "#6"); in Constructor1()
H A DCodeCompileUnitCas.cs56 Assert.AreEqual (0, ccu.AssemblyCustomAttributes.Count, "AssemblyCustomAttributes"); in Constructor0_Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Description/
H A DDataContractSerializerOperationGenerator.cs130 …each (CodeAttributeDeclaration assemblyCustomAttribute in codeCompileUnit.AssemblyCustomAttributes) in UpdateTargetCompileUnit()
131 … if (!targetCompileUnit.AssemblyCustomAttributes.Contains(assemblyCustomAttribute)) in UpdateTargetCompileUnit()
132 targetCompileUnit.AssemblyCustomAttributes.Add(assemblyCustomAttribute); in UpdateTargetCompileUnit()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/
H A DCodeCompileUnit.cs24 …public CodeAttributeDeclarationCollection AssemblyCustomAttributes => _attributes ?? (_attributes … field in System.CodeDom.CodeCompileUnit
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeCompileUnit.cs82 public CodeAttributeDeclarationCollection AssemblyCustomAttributes { property in System.CodeDom.CodeCompileUnit
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DAppResourcesAssemblyBuilder.cs261 unit.AssemblyCustomAttributes.Add ( in GenerateAssemblyInfo()
269 unit.AssemblyCustomAttributes.Add ( in GenerateAssemblyInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity.Design/System/Data/EntityModel/Emitters/
H A DAssociationTypeEmitter.cs38 Generator.CompileUnit.AssemblyCustomAttributes.Add( in EmitApiClass()
H A DNamespaceEmitter.cs88 CompileUnit.AssemblyCustomAttributes.Add(assemblyAttribute); in Emit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/
H A DWriteCodeFragment.cs116 cu.AssemblyCustomAttributes.Add (cad); in GenerateFile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/
H A DScripts.cs262 …unit.AssemblyCustomAttributes.Add(new CodeAttributeDeclaration("System.Security.SecurityTransparen… in CompileAssembly()
265 unit.AssemblyCustomAttributes.Add( in CompileAssembly()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCodeGeneratorGenerateFromCompileUnitTest.cs126 compileUnit.AssemblyCustomAttributes.Add (new CodeAttributeDeclaration (ATTRIBUTE)); in ACompileUnitWithAttributeAndNamespace()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeValidator.cs123 if (e.AssemblyCustomAttributes.Count > 0) in ValidateCompileUnitStart()
125 ValidateAttributes(e.AssemblyCustomAttributes); in ValidateCompileUnitStart()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeValidator.cs104 if (e.AssemblyCustomAttributes.Count > 0) { in ValidateCompileUnitStart()
105 ValidateAttributes(e.AssemblyCustomAttributes); in ValidateCompileUnitStart()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DWriteCodeFragment.cs261 unit.AssemblyCustomAttributes.Add(attribute); in GenerateCode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DBrowserCapabilitiesCodeGenerator.cs703 ccu.AssemblyCustomAttributes.Add(aptca); in GenerateAssembly()
705 ccu.AssemblyCustomAttributes.Add(declaration); in GenerateAssembly()
711 ccu.AssemblyCustomAttributes.Add(declaration); in GenerateAssembly()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity.Design/System/Data/Entity/Design/EntityViewGeneration/
H A DEntityViewGenerator.cs377 compileUnit.AssemblyCustomAttributes.Add(viewGenAttribute); in GenerateAndStoreViews()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/
H A DVBCodeGenerator.cs2235 if (e.AssemblyCustomAttributes.Count > 0) in GenerateCompileUnit()
2237 OutputAttributes(e.AssemblyCustomAttributes, false, "Assembly: ", true); in GenerateCompileUnit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DAssemblyBuilder.cs610 _miscCodeCompileUnit.AssemblyCustomAttributes.Add(declaration); in AddAssemblyAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/visualbasic/
H A DVBCodeProvider.cs2452 if (e.AssemblyCustomAttributes.Count > 0) { in GenerateCompileUnit()
2453 OutputAttributes(e.AssemblyCustomAttributes, false, "Assembly: ", true); in GenerateCompileUnit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DCompiler.cs787 unit.AssemblyCustomAttributes.Add( in CompileAssembly()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/CSharp/
H A DCSharpCodeGenerator.cs2575 if (e.AssemblyCustomAttributes.Count > 0) in GenerateCompileUnitStart()
2577 GenerateAttributes(e.AssemblyCustomAttributes, "assembly: "); in GenerateCompileUnitStart()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/csharp/
H A Dcsharpcodeprovider.cs2937 if (e.AssemblyCustomAttributes.Count > 0) { in GenerateCompileUnitStart()
2938 GenerateAttributes(e.AssemblyCustomAttributes, "assembly: "); in GenerateCompileUnitStart()

12