21 references to s_attributesTree
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (21)
Semantics\InterceptorsTests.cs (21)
2046comp = CreateCompilation([source, interceptors, s_attributesTree]);
2152comp = CreateCompilation([source, interceptors, s_attributesTree]);
2337comp = CreateCompilation([source, interceptors, s_attributesTree]);
3600var comp = CreateCompilation([sourceTree, interceptorTree, s_attributesTree]);
3650var comp = CreateCompilation([sourceTree, interceptorTree, s_attributesTree]);
6204comp = CreateCompilation([source, interceptors, s_attributesTree, CSharpTestSource.Parse(UnmanagedCallersOnlyAttributeDefinition, "UnmanagedCallersOnlyAttribute.cs", RegularWithInterceptors)]);
7760var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7805var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7847comp = CreateCompilation([source, interceptors, s_attributesTree]);
7887var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7929var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7976[source, interceptors, s_attributesTree],
8029[source, interceptors, s_attributesTree],
8073var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8132var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8192var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8247var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8302var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8352var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8408var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "12");
8474comp = CreateCompilation([source, interceptors, s_attributesTree], targetFramework: TargetFramework.Net90);