21 references to s_attributesTree
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (21)
Semantics\InterceptorsTests.cs (21)
2047comp = CreateCompilation([source, interceptors, s_attributesTree]);
2153comp = CreateCompilation([source, interceptors, s_attributesTree]);
2338comp = CreateCompilation([source, interceptors, s_attributesTree]);
3601var comp = CreateCompilation([sourceTree, interceptorTree, s_attributesTree]);
3651var comp = CreateCompilation([sourceTree, interceptorTree, s_attributesTree]);
6205comp = CreateCompilation([source, interceptors, s_attributesTree, CSharpTestSource.Parse(UnmanagedCallersOnlyAttributeDefinition, "UnmanagedCallersOnlyAttribute.cs", RegularWithInterceptors)]);
7761var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7806var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7848comp = CreateCompilation([source, interceptors, s_attributesTree]);
7888var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7930var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
7977[source, interceptors, s_attributesTree],
8030[source, interceptors, s_attributesTree],
8074var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8133var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8193var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8248var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8303var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8353var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "1");
8409var verifier = CompileAndVerify([source, interceptors, s_attributesTree], expectedOutput: "12");
8475comp = CreateCompilation([source, interceptors, s_attributesTree], targetFramework: TargetFramework.Net90);