4 references to _hostObject
Microsoft.NET.Build.Containers (4)
VSHostObject.cs (4)
26
if (
_hostObject
is null)
66
string? rawTaskItems = (string?)
_hostObject
!.GetType().InvokeMember(
70
_hostObject
,
91
if (
_hostObject
is IEnumerable<ITaskItem> enumerableHost)