8 references to Methods
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenOverridingAndHiding.cs (1)
4016
var references = new MetadataReference[] { TestReferences.SymbolsTests.
Methods
.ILMethods };
CodeGen\CodeGenTests.cs (1)
11827
CompileAndVerify(source, new[] { TestReferences.SymbolsTests.
Methods
.CSMethods }).VerifyIL("Test.Main", @"
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Symbols\Metadata\PE\LoadingMethods.cs (6)
31
TestReferences.SymbolsTests.
Methods
.CSMethods,
32
TestReferences.SymbolsTests.
Methods
.VBMethods,
34
TestReferences.SymbolsTests.
Methods
.ByRefReturn
772
var compilation = CreateCompilation(source, new[] { TestReferences.SymbolsTests.
Methods
.ILMethods });
785
var compilation = CreateCompilation(source, new[] { TestReferences.SymbolsTests.
Methods
.ILMethods });
829
var compilation = CreateCompilation(source, new[] { TestReferences.SymbolsTests.
Methods
.ILMethods });