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