3 writes to _rcwForCurrentCtx
Microsoft.Build.Tasks.CodeAnalysis (3)
RCWForCurrentContext.cs (3)
58
_rcwForCurrentCtx
= rcw;
63
_rcwForCurrentCtx
= objInCurrentCtx as T;
126
_rcwForCurrentCtx
= null;
5 references to _rcwForCurrentCtx
Microsoft.Build.Tasks.CodeAnalysis (5)
RCWForCurrentContext.cs (5)
85
if (null ==
_rcwForCurrentCtx
)
90
return
_rcwForCurrentCtx
;
114
if (null !=
_rcwForCurrentCtx
&&
116
Marshal.IsComObject(
_rcwForCurrentCtx
))
121
Marshal.ReleaseComObject(
_rcwForCurrentCtx
);