4 references to AssemblyAttributes
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
3162if (codeProvider.Supports(GeneratorSupport.AssemblyAttributes))
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
122GeneratorSupport.AssemblyAttributes |
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
123GeneratorSupport.AssemblyAttributes |
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
192get { return (CodeProvider == null) ? true : CodeProvider.Supports(GeneratorSupport.AssemblyAttributes); }