Microsoft.Cci.PdbWriter.CloseMethod C# (CSharp) Method

CloseMethod() public method

public CloseMethod ( uint offset ) : void
offset uint
return void
    public void CloseMethod(uint offset) {
      if (this.currentDocument != null && this.currentDocument != SourceDummy.PrimarySourceDocument)
        this.DefineSequencePointsForCurrentDocument();
      this.SymWriter.CloseScope(offset);
      this.SymWriter.CloseMethod();
    }