4 references to AssemblyAttributes
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
3237if (codeProvider.Supports(GeneratorSupport.AssemblyAttributes))
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
36GeneratorSupport.AssemblyAttributes |
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
27GeneratorSupport.AssemblyAttributes |
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
178get { return (CodeProvider == null) ? true : CodeProvider.Supports(GeneratorSupport.AssemblyAttributes); }