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)
84if (_rcwForCurrentCtx == null) 89return _rcwForCurrentCtx; 113if (_rcwForCurrentCtx != null && 115Marshal.IsComObject(_rcwForCurrentCtx)) 117Marshal.ReleaseComObject(_rcwForCurrentCtx);