Emit\CompilationEmitTests.vb (26)
736End Function", Match.BothMetadataAndRefOut)
744End Function", Match.BothMetadataAndRefOut)
749"", Match.RefOut)
754"", Match.RefOut)
759"", Match.RefOut)
765"", Match.RefOut)
776"", Match.RefOut) ' Errors in method bodies don't matter
780"", Match.Different)
784"", Match.Different)
788"", Match.RefOut) ' Private auto-property and underlying field are removed
792"", Match.RefOut)
796"", Match.Different) ' VB events add nested types (C.DoSomethingEventHandler in this case)
800"", Match.Different)
805"", Match.Different) ' All types are included
810"", Match.Different)
817End Structure", Match.Different)
821"", Match.RefOut)
826"", Match.BothMetadataAndRefOut)
833End Function", Match.BothMetadataAndRefOut)
1023"", Match.Different)
1039"", Match.Different)
1043Private Sub CompareAssemblies(sourceTemplate As String, left As String, right As String, expectedMatch As Match)
1054Private Sub CompareAssemblies(sourceTemplate As String, change1 As String, change2 As String, expectedMatch As Match, includePrivateMembers As Boolean)
1056expectedMatch = Match.BothMetadataAndRefOut,
1057expectedMatch = Match.BothMetadataAndRefOut OrElse expectedMatch = Match.RefOut)