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