Searched refs:ProtoPath (Results 1 – 2 of 2) sorted by relevance
266 public string[] ProtoPath { get; set; } property in Grpc.Tools.ProtoCompile422 if (ProtoPath != null) in GenerateResponseFileCommands()424 foreach (string path in ProtoPath) in GenerateResponseFileCommands()
67 _task.ProtoPath = new[] { "/path1", "/path2" }; in CompileWithProtoPaths()149 _task.ProtoPath = new[] { "/path1/", "/path2/" }; in DirectoryArgumentsSlashTrimmed()