21 references to s_attributesTree
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (21)
Semantics\InterceptorsTests.cs (21)
2038comp = CreateCompilation([source, interceptors, s_attributesTree]);
2144comp = CreateCompilation([source, interceptors, s_attributesTree]);
2329comp = CreateCompilation([source, interceptors, s_attributesTree]);
3592var comp = CreateCompilation([sourceTree, interceptorTree, s_attributesTree]);
3642var comp = CreateCompilation([sourceTree, interceptorTree, s_attributesTree]);
6196comp = CreateCompilation([source, interceptors, s_attributesTree, CSharpTestSource.Parse(UnmanagedCallersOnlyAttributeDefinition, "UnmanagedCallersOnlyAttribute.cs", RegularWithInterceptors)]);
7752var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7797var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7839comp = CreateCompilation([source, interceptors, s_attributesTree]);
7879var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7921var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7968[source, interceptors, s_attributesTree],
8021[source, interceptors, s_attributesTree],
8065var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8124var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8184var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8239var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8294var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8344var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8400var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "12");
8466comp = CreateCompilation([source, interceptors, s_attributesTree], targetFramework: TargetFramework.Net90);