Emit\CompilationEmitTests.vb (26)
737End Function", Match.BothMetadataAndRefOut)
745End Function", Match.BothMetadataAndRefOut)
750"", Match.RefOut)
755"", Match.RefOut)
760"", Match.RefOut)
766"", Match.RefOut)
777"", Match.RefOut) ' Errors in method bodies don't matter
781"", Match.Different)
785"", Match.Different)
789"", Match.RefOut) ' Private auto-property and underlying field are removed
793"", Match.RefOut)
797"", Match.Different) ' VB events add nested types (C.DoSomethingEventHandler in this case)
801"", Match.Different)
806"", Match.Different) ' All types are included
811"", Match.Different)
818End Structure", Match.Different)
822"", Match.RefOut)
827"", Match.BothMetadataAndRefOut)
834End Function", Match.BothMetadataAndRefOut)
1024"", Match.Different)
1040"", Match.Different)
1044Private Sub CompareAssemblies(sourceTemplate As String, left As String, right As String, expectedMatch As Match)
1055Private Sub CompareAssemblies(sourceTemplate As String, change1 As String, change2 As String, expectedMatch As Match, includePrivateMembers As Boolean)
1057expectedMatch = Match.BothMetadataAndRefOut,
1058expectedMatch = Match.BothMetadataAndRefOut OrElse expectedMatch = Match.RefOut)