MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / Dispose

Method Dispose

test/TestHelpers/StaticHttpServer.cs:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 public void Dispose()
89 {
90 var toDispose = Interlocked.Exchange(ref inner, null);
91 if (toDispose != null) {
92 toDispose.Dispose();
93 }
94 }
95 }
96}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected