6 references to GetAllCreatedTemplates
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
551return Compilation.AnonymousTypeManager.GetAllCreatedTemplates()
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (5)
CodeGen\CodeGenScriptTests.cs (5)
221Assert.Equal(0, s2.AnonymousTypeManager.GetAllCreatedTemplates().Length); 224Assert.Equal(1, s1.AnonymousTypeManager.GetAllCreatedTemplates().Length); 227Assert.Equal(1, s0.AnonymousTypeManager.GetAllCreatedTemplates().Length); 247Assert.Equal(0, s1.AnonymousTypeManager.GetAllCreatedTemplates().Length); 251Assert.Equal(1, s0.AnonymousTypeManager.GetAllCreatedTemplates().Length);