3 writes to _rcwForCurrentCtx
Microsoft.Build.Tasks.Core (3)
RCWForCurrentContext.cs (3)
57
_rcwForCurrentCtx
= rcw;
62
_rcwForCurrentCtx
= objInCurrentCtx as T;
122
_rcwForCurrentCtx
= null;
5 references to _rcwForCurrentCtx
Microsoft.Build.Tasks.Core (5)
RCWForCurrentContext.cs (5)
84
if (
_rcwForCurrentCtx
== null)
89
return
_rcwForCurrentCtx
;
113
if (
_rcwForCurrentCtx
!= null &&
115
Marshal.IsComObject(
_rcwForCurrentCtx
))
117
Marshal.ReleaseComObject(
_rcwForCurrentCtx
);