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)
85if (null == _rcwForCurrentCtx) 90return _rcwForCurrentCtx; 114if (null != _rcwForCurrentCtx && 116Marshal.IsComObject(_rcwForCurrentCtx)) 121Marshal.ReleaseComObject(_rcwForCurrentCtx);