Implemented interface member:
method
GetAssemblyPath
Microsoft.Build.Framework.IOutOfProcTaskFactory.GetAssemblyPath()
3 references to GetAssemblyPath
Microsoft.Build.Tasks.UnitTests (3)
RoslynCodeTaskFactory_Tests.cs (3)
1075
string assemblyPath = factory.
GetAssemblyPath
();
1114
string assemblyPath = factory.
GetAssemblyPath
();
1143
string assemblyPath = factory.
GetAssemblyPath
();